Shape Shape

WebSocket

WebSocket is a protocol for full-duplex communication between client and server over a single TCP connection. Used in real-time web applications like chat and gaming.

Example:

A stock trading app uses WebSocket to stream live price updates.

WhatsApp Icon