Files
research/interconnections/protomux-hrpc.md
T
2026-02-19 10:12:39 +00:00

12 lines
203 B
Markdown

# Protomux + HRPC
## Stack
Stream → Protomux channel → HRPC service.
**Ex**:
mux.addChannel({protocol: 'hrpc'})
hrpc.pipe(mux.channel).pipe(hrpc)
**Benefits**: Mux multiple RPCs over swarm conn.