DumpAny

WebSocket Protocol Upgrade

Speed:
Ready — Click play to start the demo
WebSocket Protocol Upgrade
WebSocket upgrades an HTTP connection to a full-duplex WebSocket connection via the HTTP Upgrade mechanism. After a single handshake, client and server can send messages to each other at any time.
HTTP
101 Switching
WebSocket
💻Clientnew WebSocket(url)🖥ServerGET /chat HTTP/1.1Upgrade: websocketSec-WebSocket-Key: dGhl...