CodeBrowser / python-package / hypercorn
hypercorn==0.18.0
# A ASGI Server based on Hyper libraries and inspired by Gunicorn
$ pip install hypercorn
downloads/wk
0
license
MIT
version
0.18.0
python
>=3.10
What is hypercorn?
Hypercorn is an ASGI server that runs Python web applications, similar to how Gunicorn runs WSGI applications. Developers use it to serve async Python frameworks like FastAPI, Starlette, and Quart in production environments. It's built on the Hyper libraries and supports modern web standards including HTTP/2 and WebSockets.
Links