hyperlane_techempower 0.1.4

A lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication. With a unified and ergonomic API across Windows, Linux, and MacOS, it enables developers to build robust, scalable, and event-driven network applications with minimal overhead and maximum flexibility.
[framework]
name = "hyperlane"

[main]
urls.json = "/json"
urls.plaintext = "/plaintext"
urls.fortunes = "/fortunes"
urls.db = "/db"
urls.query = "/query?q="
urls.update = "/upda?q="
urls.cached_query = "/cached-quer?c="
approach = "Realistic"
classification = "Micro"
database = "Postgres"
database_os = "Linux"
os = "Linux"
orm = "raw"
platform = "Rust"
webserver = "hyperlane"
versus = "None"