Stream

Stream

Schema-defined typed binary channels multiplexed over two shared remotes. No JSON, no Base64. Both server and client define identical channels — IDs are hash-derived from the channel name so there is no ordering dependency between registration calls.

Import local Stream = RoExpress("Stream")

See also

Broadcast | simpler unreliable events when binary encoding isn't needed  ·  Listener | receive Broadcast fan-out on the client  ·  Codec | LZH compression for large non-binary payloads  ·  TokenBucket | rate limiting (Stream has per-channel limits built in)  ·  Migration Guide | v2 → v3 schema changes