Ecosystem overview for everything related to asgi.
Granian is a high-performance HTTP server built in Rust, leveraging Hyper and Tokio, specifically designed for Python applications. It offers a unified and correct HTTP/1 and HTTP/2 (with planned HTTP/3 support) implementation, fully supporting ASGI/3, RSGI, and WSGI application interfaces. This product aims to streamline deployment by avoiding complex dependency stacks, providing superior concurrency and stable high-throughput performance, particularly excelling in WebSocket connections. Granian also supports HTTPS, mTLS, and direct static file serving, making it an ideal choice for modern, single-dependency Python service deployments prioritizing high performance and concurrency.