|
|
|
|
|
by sergiomattei
1689 days ago
|
|
If it's ASGI compliant, there's no real difference. Daphne is written to be a reference implementation of ASGI, not as a Django-specific server. If you're using Django Channels in production you might even be better served by trying out Uvicorn, it's a lot faster. |
|