WebSockets provide a way to establish a persistent, full-duplex communication channel over a single TCP connection between the client (typically a web browser) and the server.

image.png

Use Cases for WebSockets:

Good example - https://www.binance.com/en/trade/SOL_USDT?type=spot

Why we use websockets in chat apps or chat rooms