Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

ws-client#

ws-client unikernel demo

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.