Introduction to WebSockets
Briefly

Figure 1: WebSocket connection establishment between client and server WebSocket is a communication protocol just like HTTP.The essential requirement of WebSocket is to communicate between clients such as a web browser and a server, unlike HTTP, WebSockets start from ws:// or wss://.It provides full-duplex communication channels over a single TCP connection, enabling real-time two-way communication.
Read at Medium
[
add
]
[
|
|
]