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": "hyperlane",
  "tests": [
    {
      "default": {
        "dockerfile": "hyperlane.default.dockerfile",
        "json_url": "/json",
        "plaintext_url": "/plaintext",
        "fortune_url": "/fortunes",
        "db_url": "/db",
        "query_url": "/query?q=",
        "update_url": "/upda?q=",
        "cached_query_url": "/cached-quer?c=",
        "port": 8080,
        "approach": "Realistic",
        "classification": "Platform",
        "database": "Postgres",
        "framework": "hyperlane",
        "language": "Rust",
        "orm": "raw",
        "platform": "Rust",
        "webserver": "hyperlane",
        "os": "Linux",
        "database_os": "Linux",
        "display_name": "hyperlane"
      }
    }
  ]
}