graphql-python-subscriptions icon indicating copy to clipboard operation
graphql-python-subscriptions copied to clipboard

Add Django integration

Open hballard opened this issue 8 years ago • 2 comments

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?

hballard avatar Jun 17 '17 17:06 hballard

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.

Thibaut-Fatus avatar Jul 20 '17 15:07 Thibaut-Fatus

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).

Here #19.

I've still working on getting the last tests to pass for the transport server class for Asyncio, but should be finished by the weekend I think.

hballard avatar Jul 26 '17 04:07 hballard