Skip to content
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

Open
ilyashupta opened this issue Feb 8, 2018 · 9 comments
Open

Channels 2.0 support #41

ilyashupta opened this issue Feb 8, 2018 · 9 comments

Comments

@ilyashupta
Copy link

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.

@hishnash
Copy link

hishnash commented Feb 9, 2018

Key will be django/channels#825 so that we have Multiplexing

@hishnash hishnash mentioned this issue Feb 14, 2018
8 tasks
@linuxlewis
Copy link
Owner

My current thoughts on this would be to adopt the bindings abstraction and implement it for channels 2.0

@linuxlewis
Copy link
Owner

linuxlewis commented Mar 4, 2018

I will be working on this during PyCon 2018 sprints granted channels 2.0 has reached stability

@rajeshyogeshwar
Copy link

@linuxlewis Have you commenced on supporting channels 2.0?

@ilyashupta
Copy link
Author

@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

@hishnash
Copy link

hishnash commented Aug 2, 2018

@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

@AlexejStukov
Copy link

@hishnash Maybe you should consider adding adding your projects to the channels community project list to gain some traction.

@rajeshyogeshwar
Copy link

@Funn @hishnash thank you for replies I was offline for long time. I will surely check out the options suggested by both of you.

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

7 participants
@linuxlewis @hishnash @ilyashupta @AlexejStukov @rajeshyogeshwar and others