Abstract
RFC 6455 defines the WebSocket Protocol, which provides full-duplex communication channels over a single TCP connection. The handshake uses HTTP Upgrade, then transfers framed messages with defined close codes. It enables real-time, bidirectional communication between browsers and servers.