discovered 03 Aug 2026
hypercorn
→ View on GitHubHypercorn is an ASGI and WSGI web server that supports HTTP/1, HTTP/2, WebSockets, and integrates with asyncio, uvloop, or trio worker types. It features the capability to serve the current draft of the HTTP/3 specification using the aioquic library and is designed to handle both HTTP and WebSocket connections efficiently. Users can run Hypercorn in a straightforward manner through the command line or programmatically within their applications.