You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my understanding channels are the way to go on the latest django versions. We've been using django-websocket-redis and it feels quite rought, even if it does the job.
Took me a couple more days...but I pushed the most recent commits on the executor refactoring for adding asyncio compatability (and then use this structure as a basis for implementing Django channels if possible).
Looking into options. Channels, django-websocket-redis, or django-socketio...
For anybody that uses Django (I don't)...is channels now the preference for real-time?
The text was updated successfully, but these errors were encountered: