Layer 1: Persistent Connection
Background
This layer is responsible for establishing and maintaining a WebSocket connection.
Specification
The WebSocket should send and receive binary messages.
All subsequent layers should assume a persistent connection.
Last updated
Was this helpful?