Can I use daphne as a drop in replacement for gunicorn in production? #541
Unanswered
skfidan-apothecare
asked this question in
Q&A
Replies: 1 comment
-
Sorry, for context this is for a Django application |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Generally people recommend running Daphne and Gunicorn while using nginx to route requests to the appropriate application.
I would set this up but it would mean moving from our current managed hosting with automated build and deploy. We are a small team so we would like to keep the benefits of managed hosting over setting up our own Ubuntu server.
I know Daphne can be used for HTTP and Websocket requests but should it be in a live production environment? Are there likely to be any issues with performance, maintenance, etc?
Beta Was this translation helpful? Give feedback.
All reactions