{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"}],"enrichment":{"capability":"Hypercorn is an ASGI and WSGI web server supporting HTTP/1, HTTP/2, WebSockets, and optionally HTTP/3, with pluggable async worker types (asyncio, uvloop, trio).","skillfed_tags":["asgi-server","async-framework","http2-websockets"],"use_cases":["Serve ASGI frameworks with HTTP/2 and WebSocket support.","Run WSGI applications alongside modern async code in a single server.","Deploy applications requiring WebSocket communication over HTTP/1 or HTTP/2.","Use alternative async backends (uvloop, trio) to optimize for specific workload patterns.","Serve HTTP/3 traffic when aioquic is installed and QUIC bindings are configured."],"what_it_does":"Hypercorn is a web server for running ASGI and WSGI applications asynchronously. It supports modern HTTP protocols (HTTP/1, HTTP/2, WebSockets, and optionally HTTP/3 via aioquic) and can use different async backends\u2014asyncio, uvloop, or trio\u2014depending on your concurrency needs. The package was inspired by Gunicorn and was originally part of the Quart framework before being extracted as a standalone server.\n\nYou can run Hypercorn from the command line or embed it programmatically in your application using its async API. It has 8 core runtime dependencies (h11, h2, wsproto, priority, taskgroup, exceptiongroup, tomli, typing_extensions) that handle the low-level protocol work, keeping the package itself focused on server orchestration and request handling.","worth_installing":"Yes, if you need an ASGI/WSGI server with HTTP/2 and WebSocket support. Hypercorn is stable and supports current Python versions, but its aging maintenance status (279 days since last release) means slower issue response. Suitable for production if you can tolerate slower upstream updates; consider alternatives if you need active, rapid development."},"id":"hypercorn","links":{"html":"https://skillfed.io/packages/hypercorn","md":"https://skillfed.io/packages/hypercorn.md","pypi":"https://pypi.org/project/hypercorn/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-08","license_spdx":null,"license_treatment":"permissive","name":"Hypercorn","python_support":"supports_current","summary":"A ASGI Server based on Hyper libraries and inspired by Gunicorn"},"popularity":{"monthly_downloads":10847681,"position":1431,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.18.0"}
