Replies: 3 comments 2 replies
|
I haven't created an example specifically for Django, but the |
0 replies
|
could you write a small example ? Which web server should I use daphne or uvicorn ? |
1 reply
|
Is this relevant to the use case ? https://psami.hashnode.dev/using-socketio-with-django-rest-framework-and-django-asgi-application |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 ?
All reactions