Deep dive into Websockets with Python

Before going with Websockets with python, firstly we will understand what is Websockets? Websocket is a communications protocol, providing full-duplex bi-directional communication over a single TCP connection. To understand Websockets, first, we have to have a clear understanding of HTTP protocol cause both go hand in hand. HTTP Protocol HTTP is a protocol that allows the fetching of …

Deep dive into Websockets with Python Read More »