hypercorn
python-uvicorn
Our great sponsors
hypercorn | python-uvicorn | |
---|---|---|
3 | 3 | |
- | 14 | |
- | - | |
- | 0.0 | |
- | 7 days ago | |
Shell | ||
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hypercorn
- Gunicorn
-
HTTP/3: Practical Deployment Options (Part 3)
Whilst the article rightly mentions aioquic to use HTTP/3 with Python, it is only a minimal example server. Hypercorn is a compete ASGI server built on aioquic that is likely more useful practically.
python-uvicorn
-
Ask HN: Could you show your personal blog here?
https://blog.tedivm.com/
Most popular posts-
Using Github Actions OpenID Connect to push to AWS ECR without Credentials - https://blog.tedivm.com/guides/2021/10/github-actions-push-to-aws-ecr-without-credentials-oidc/
-
Dockerfile for FastAPI app without security vulnerabilities?
The uvicorn multipy slim image passes most security scanners as it updates very regularly. It also has multi platform support.
-
Gunicorn
The multi-py project has a cross platform gunicorn container that works with Intel and Arm out of the box.
https://github.com/multi-py/python-gunicorn
There's also a uvicorn one there for people who want the async features.
https://github.com/multi-py/python-uvicorn
And a container that combines both (although it's often better to just use uvicorn and add more containers to your API to scale up).
What are some alternatives?
uvicorn - An ASGI web server, for Python. 🦄
gunicorn - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
daphne - Django Channels HTTP/WebSocket server
aioquic - QUIC and HTTP/3 implementation in Python
python-gunicorn - Multiarchitecture Docker Containers for Python and Gunicorn
hypercorn - Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
python-gunicorn-uvicorn - Multiarchitecture Docker Containers for Python using Gunicorn and Uvicorn
build-a-saas-app-with-flask - Learn how to build a production ready web app with Flask and Docker.
trio - Trio – a friendly Python library for async concurrency and I/O
python-celery - Multiarchitecture Docker Containers for Celery