websockets

Home Posts tagged "websockets"
Posted on June 28, 2022 In python/django

In the previous article about websockets, we have discussed websockets as a full-duplex protocol for communication interchange. It is used where we want real-time updates […]

Posted on June 9, 2022 In python/django

What is Websockets? Websockets is a communication protocol like HTTP. It is a full-duplex protocol allowing complete communication over a single TCP connection. It is […]