Cowboy
Small, fast, modern HTTP server for Erlang/OTP
Cowboy is a small, fast, modern HTTP server for Erlang and OTP applications. It provides a complete HTTP stack while keeping the codebase compact and optimized for low latency and low memory usage. Cowboy supports routing, request dispatching, HTTP handlers, REST handlers, WebSocket connections, and long-lived streaming-style interactions. Because it uses Ranch for connection management, it can be embedded directly inside larger Erlang systems rather than deployed only as a separate web...