This project will clone all the misultin examples over to cowboy ones
This is a simple project to show some examples of using the Erlang Cowboy "Small, fast, modular HTTP server and socket acceptor pool". The first order of business was to port all the amazing misultin examples over to cowboy. Part of my motivation for doing this was the misultin end of life.
This isn't documentation, or intended as any sort of documentation replacement this is just a small set of working example you can run locally and quickly.
I did my best to keep it simple while following the OTP structure. If you are un-familiar with OTP some of the examples might seem overly wordy. I am not going to worry too much about that and just label it "bonus learning"!
Each application was designed as an island able to be run completely seperate from the other applications (but obviously still has dependancies on cowboy).