Using the bandit webserver in phoenix is so easy it fits in a tweet:
# config.exs
config :app, AppWeb.Endpoint,
adapter: Bandit.PhoenixAdapter,
# mix.exs
{:bandit, "~> 1.0-pre", override: true},
That's it! Thanks for all the hard work @mattrudel ! Looking forward to 1.0.0!