DEV Community

Discussion on: How to Add Websockets to a Django App without Extra Dependencies

Collapse
 
lautaronavarro profile image
Lautaro Navarro

I have an implementation for this, maybe you would like to take a look at it!

Basically, the queue can be change by any other type of queue which allows you to exchange data between routines and threads (Each requests to django_application are new threads, you can check that, requests to websocket_application share the same thread)