-
Hi @carltongibson, thanks for your beautiful code, I'm working with channels and is one of the wonderful things in django, at the same time I'm working with an udp-socket server (to some particular IoT and cannot be this changed), I'm searching to some fast (like UDP) to connect this udp-socket server to my django backend and I'm trying with channel-layer, the good part is that it works like a charm but the bad things is that to use channel-layer with channel-redis I'm need to install channels->(daphne & django) 😔, because of this I think that is a good thing decouple channel_layer to channels (also daphne to channels), Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @lsaavedr the channel layer logic is all in one file https://github.com/django/channels/blob/master/channels/layers.py — you'd be welcome to extract what you need from that into your own project. |
Beta Was this translation helpful? Give feedback.
-
Yes, extract that is straightforward, but I'm talking about the dependence structure, to use any of this pieces of software we need to install django and daphne (for example) |
Beta Was this translation helpful? Give feedback.
-
I think nejma is a standalone |
Beta Was this translation helpful? Give feedback.
-
nejma seems to be unmaintained :( |
Beta Was this translation helpful? Give feedback.
I think nejma is a standalone
channel_layer
substitue.