-
Notifications
You must be signed in to change notification settings - Fork 62
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
Channels 2.0 support #41
Comments
Key will be django/channels#825 so that we have Multiplexing |
My current thoughts on this would be to adopt the bindings abstraction and implement it for channels 2.0 |
I will be working on this during PyCon 2018 sprints granted channels 2.0 has reached stability |
@linuxlewis Have you commenced on supporting channels 2.0? |
@rajeshyogeshwar Channels still didn't come up with multiplexing, right now the best bet is to look for ongoing work in https://github.com/encode/apistar This is probably gonna be the first place to have some progress with websockets API |
@rajeshyogeshwar i created a major fork of ChannelsApi https://github.com/hishnash/djangochannelsrestframework and https://github.com/hishnash/channelsmultiplexer (sorry not docs on this one) feel free to open an issue on any of these. and a hypermedia style wrapper if your into that type of stuff: https://github.com/hishnash/hypermediachannels |
@hishnash Maybe you should consider adding adding your projects to the channels community project list to gain some traction. |
Since channels project dropped Bindings from base package due it's simplistic design - this is a great opportunity to implement them within this project and keep this project relevant.
The text was updated successfully, but these errors were encountered: