python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Video chat via WEBRTC does not work in both FireFox and Chrome
Im a bit new at this, I've spent about 4 straight days on this and I still cannot get this to work, so forgive me if I missing anything as Im abit exhuasted but Ill do my best to explain.
Goal:
As soo...
enjoi4life411
Votes: 0
Answers: 1
Django channels - unable to subscribe to groups
I'm attempting to send consumers.py information to display on the client end outside of consumers.py.
I've referenced Send message using Django Channels from outside Consumer class this previous quest...
ky922
Votes: 0
Answers: 1
Django channels and file uploads
I'm learning Django on the fly so bear with me. My goal here is for a user to be able to upload a file, the server script process it and send the results on each iteration to the client live.
My curre...
ky922
Votes: 0
Answers: 1
How to find which channel sent a particular message in Django channels + Websocket api?
I am implementing a broadcaster using Django channels i.e, i am implementing a group of channels where a message sent from a single consumer instance associated with a channel will be sent to all oth...
Mueez Khan
Votes: 0
Answers: 0