Overview of Hypercorn capabilities
mainHypercorn is a standalone ASGI web server inspired by Gunicorn. It is built using the sans-io hyper, h11, h2, and wsproto libraries.
Key features include:
- Protocol Support: HTTP/1, HTTP/2, and WebSockets (over both HTTP/1 and HTTP/2).
- ASGI Support: ASGI/2 and ASGI/3 specifications.
- Worker Types: Can utilize
asyncio,uvloop, ortrioas the underlying event loop/worker type.