Skip to content

Add Django integration #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hballard opened this issue Jun 17, 2017 · 2 comments
Open

Add Django integration #16

hballard opened this issue Jun 17, 2017 · 2 comments

Comments

@hballard
Copy link
Owner

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?

@Thibaut-Fatus
Copy link

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.

@hballard
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants