channels-api
channels-api copied to clipboard
Channels 2.0 support
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.
Key will be https://github.com/django/channels/issues/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.
@funn @hishnash thank you for replies I was offline for long time. I will surely check out the options suggested by both of you.