hypercorn
python-uvicorn
hypercorn | python-uvicorn | |
---|---|---|
6 | 3 | |
1,184 | 16 | |
- | - | |
8.5 | 7.1 | |
4 months ago | 14 days ago | |
Python | Shell | |
MIT License | 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
-
hypercorn VS tremolo - a user suggested alternative
2 projects | 12 Jul 2024
-
What's up Python? Django get background tasks, a new REPL, bye bye gunicorn
In addition [Hypercorn](https://github.com/pgjones/hypercorn) (a ASGI and WSGI) also does not use gunicorn, having migrated many years ago.
-
Setting up Fast API in IIS and run APIs in Python
You might find some recommendations to use hypercorn rather than uvicorn, I tried that initially but I couldn't resolve an issue with socket permission, I raised it as a bug in their GitHub repo.
-
Granian – a Rust HTTP server for Python applications
for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.
made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example
this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:
- https://github.com/encode/django-rest-framework/pull/8617
- https://github.com/encode/django-rest-framework/issues/8496
sources
[1]: https://github.com/pgjones/hypercorn
[2]: https://github.com/aiortc/aioquic
[2]: https://github.com/em1208/adrf
-
Best method to communicate between Svelte front-end and python back-end
what about hyopercorn ? looks like it supports http3
-
Serve any WSGI or ASGI app over HTTP/2 or HTTP/3
By using Hypercorn like so:
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).
https://github.com/multi-py/python-gunicorn-uvicorn
What are some alternatives?
uvicorn - An ASGI web server, for Python. 🦄
hypercorn
gunicorn - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
python-gunicorn - Multiarchitecture Docker Containers for Python and Gunicorn
daphne - Django Channels HTTP/WebSocket server
build-a-saas-app-with-flask - Learn how to build a production ready web app with Flask and Docker.
aioquic - QUIC and HTTP/3 implementation in Python
python-celery - Multiarchitecture Docker Containers for Celery
python-gunicorn-uvicorn - Multiarchitecture Docker Containers for Python using Gunicorn and Uvicorn
startups - a list of startup ideas