Re: Django-Channels with 2 applications

2019-11-04 Thread Daniel Carvalho
I've seen the docs already. In fact, 3 people from my team have seen it and tried to do what I'm trying to accomplish. We're at a point where we are either missing something or the Channels is not capable of what we need. Thank you in advance for any help! segunda-feira, 4 de Novembro de 2019

Re: Django-Channels with 2 applications

2019-11-04 Thread Integr@te System
Hi Idea man, You can acknowlegdes and try it: https://channels.readthedocs.io/en/latest/ On Mon, Nov 4, 2019, 19:11 Daniel Carvalho wrote: > Hello! > > > I'm trying to make an example to test if it is possible to have 2 > independent django apps connected to the same channel from django-chann

Django-Channels with 2 applications

2019-11-04 Thread Daniel Carvalho
Hello! I'm trying to make an example to test if it is possible to have 2 independent django apps connected to the same channel from django-channels. So far, I was able to make an example running on one machine and 2 other machines being able to access the first via a client. But the goal is