muxio 0.2.0-alpha

Toolkit for layered stream multiplexing and schema-less RPC communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO: Mention something about "layered transport kit"

# Core Design Goals

- Binary, not JSON — zero assumptions about serialization (CBOR, f32, FlatBuffers, etc.)

- Framed transport — discrete, ordered binary chunks

- Bidirectional — client/server symmetry (both can send/receive)

- WASM-compatible

- Streamable — supports chunked payloads

- Cancelable — cancel by ID midstream

- Metrics-capable — latency, jitter, throughput if needed