Bandit

Build StatusHex.pm

Under ConstructionUnder ConstructionUnder Construction

Documentation

Bandit is a pure Elixir HTTP server for Plug apps. It is currently very much a WiP.

Bandit is being built out in between Thousand Island and HAP in order to facilitate socket-level encryption as required by the latter. Once HAP is functional, the intent is to turn attention back to Bandit in order to build it out as a compelling alternative to Cowboy. In the meantime however, what's here is largely provisional and should be taken with a grain of salt.

Project Goals

Installation

Bandit is available in Hex. The package can be installed by adding bandit to your list of dependencies in mix.exs:

def deps do
[
{:bandit, "~> 0.1.0"}
]
end

Documentation can be found at https://hexdocs.pm/bandit.

License

MIT