Skip to content
software

WebSocket

WebSocket Protocol

Definition

WebSocket is a full-duplex communication protocol over a single TCP connection, enabling servers to push data to clients without polling. The connection is established via an HTTP upgrade handshake and then maintained for bidirectional, low-latency messaging.

WebSockets are used in real-time applications like chat, live dashboards, collaborative editing, and multiplayer games.


Ship secure code faster

Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.