Cowboy provides a small, fast, and modern HTTP server for Erlang/OTP applications.
This Erlang HTTP server offers a complete stack optimized for low latency and memory use. It handles HTTP/1.1, HTTP/2, and HTTP/3, featuring built-in routing for request dispatch. Developers can generate documentation with `make docs` and find implementation patterns in the `examples/` directory.
Cowboy provides a small, fast, and modern HTTP server for Erlang/OTP applications.
Erlang developers needing a high-performance, embeddable HTTP server for their applications.