CodeNewbie Community 🌱

Cover image for Django websockets
Faisal Saleem
Faisal Saleem

Posted on

Django websockets

Websockets is a communication protocol like HTTP. It is a full-duplex protocol allowing complete communication over a single TCP connection. It is mostly being used in games development, developing chat applications, and IoT. It is used in those places where you want your front-end to be notified when there is a change in the backend server learn in this blog how websockets and channel works
Here:https://esketchers.com/django-websockets-a-complete-beginners-guide/

Latest comments (0)