Skip to content

Can I use daphne as a drop in replacement for gunicorn in production? #541

Discussion options

You must be logged in to vote

It's the reference implementation for ASGI, so it is going to be correct but not necessarily the most feature-rich, advanced, or efficient.

I think for a small team that wants to avoid self-hosting web services using daphne makes sense until you hit scaling limits (daphne is a pure python implementation so it is not going to be fast) or feature limitations (I'm not really aware of any, but they may exist)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by skfidan-apothecare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants