Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've mainly used gunicorn and uwsgi, without seeing any large differences. But my apps have fairly light network requirements.

It seems like the new trend for Python servers is ASGI (https://asgi.readthedocs.io/en/latest/), e.g. as in uvicorn (https://www.uvicorn.org/).



But from what I understand this replaces gevent, you still use gunicorn to manage workers?


Exactly. That’s what we are doing in production.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: