ws-client#

A WebSocket client over the guest's TCP stack. It performs the HTTP upgrade, sends one RFC 6455 text frame, and verifies the echoed frame.
The example shows where HTTP ends and the bidirectional message flow begins, including upgrade validation and frame handling. It is a base for event feeds, control channels, and browser-facing streaming protocols.