Hacker News new | ask | show | jobs
by mycelium 3091 days ago
My default stack is almost exactly yours, except

> gunicorn

Any particular reason you use it over uwsgi? I last did real research in 2013 and have not revisited since then.

2 comments

Ease of use. Uwsgi is faster, but it's not the place in my stack where i need speed. The cost of transforming nginx packets in wsgi object is very small compared to all the rest.
I use uwsgi when I wanna use the whole box. Now with k8s use gunicorn