Hyperlane is a new lightweight and high-performance Rust HTTP server library called Hyperlane designed to simplify web service development.
Built entirely with pure Rust and using the Tokio runtime for asynchronous network communication, Hyperlane offers support for HTTP request parsing, response construction, and TCP communication.
Key features include built-in support for request/response middleware, WebSocket, and Server-Sent Events (SSE), along with a simple and intuitive API design to quickly build modern web services.
Hyperlane's performance was benchmarked against other frameworks, showcasing competitive results in terms of queries per second (QPS) using tools like wrk and ab.