Making a site with just the Cowboy web server

This is part one of a larger series, Zero to Framework, in which we build the alchemist camp!

See how a web site can be made in Elixir without using Phoenix or even Plug.

We're building from scratch, using just the Cowboy web server (which is written in Erlang). Even if you never intend to use Cowboy directly, it's useful for any Elixir dev to know what Erlang error messages look like and to realize they're not nearly so cryptic as they first appear.

Back to index

No Comments