RFC 6455
The WebSocket Protocol, December 2011
- File formats:
- Status:
- PROPOSED STANDARD
- Updated by:
- RFC 7936, RFC 8307, RFC 8441
- Authors:
- I. Fette
A. Melnikov - Stream:
- IETF
- Source:
- hybi (app)
Cite this RFC: TXT | XML | BibTeX
DOI: https://doi.org/10.17487/RFC6455
Discuss this RFC: Send questions or comments to the mailing list hybi@ietf.org
Other actions: View Errata | Submit Errata | Find IPR Disclosures from the IETF | View History of RFC 6455
Abstract
The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code. The security model used for this is the origin-based security model commonly used by web browsers. The protocol consists of an opening handshake followed by basic message framing, layered over TCP. The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or <iframe>s and long polling). [STANDARDS-TRACK]
For the definition of Status, see RFC 2026.
For the definition of Stream, see RFC 8729.