Replies: 3 comments 2 replies
-
I haven't created an example specifically for Django, but the |
Beta Was this translation helpful? Give feedback.
0 replies
-
could you write a small example ? Which web server should I use daphne or uvicorn ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is this relevant to the use case ? https://psami.hashnode.dev/using-socketio-with-django-rest-framework-and-django-asgi-application |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have seen an example of using django + wsgi. But I haven't seen an example of using django + asgi. My application is asynchronous and runs with django + daphne + channels. i would like to use socketio. How do i do this, your recommendations and does it make sense to do this ?
Beta Was this translation helpful? Give feedback.
All reactions