Real-Time & Streaming

WebSocket Frame

The basic unit of communication in the WebSocket protocol. After the initial HTTP upgrade handshake, data is exchanged as frames rather than HTTP messages. Frame types include text, binary, ping, pong, and close. Close frames carry a status code (like 1000 Normal Closure or 1001 Going Away) that indicates why the connection is being terminated.

관련 프로토콜

가이드에서 언급됨

관련 시나리오

정의 출처

의사결정 가이드

관련 항목