We'll be using Django Channels and Django Signals to listen to changes in a model reactively and then send some data to a client using WebSockets.
Share this post
Setup WebSockets on a Django project
Share this post
We'll be using Django Channels and Django Signals to listen to changes in a model reactively and then send some data to a client using WebSockets.