Commit Graph
6 Commits
Author SHA1 Message Date
Raven Scott 2cdfa78881 add simple peer to peer whiteboard 2026-02-12 06:08:37 -05:00
Raven Scott 168c1090dd Add HRPC demo 2026-02-12 06:01:02 -05:00
Raven Scott 2f058fbac3 docs 2026-02-12 04:58:02 -05:00
Raven Scott bb47954b9f Implement hrpc with streaming and wire into setup
- Add spec/hyperschema and spec/hrpc codegen (scripts/build-hrpc.js)
  with unary, request/response-stream, duplex, and send-only commands
- Run build:hrpc and build:protomux from install.sh so setup is one-step
- Native host: add attachHrpc (Protomux channel + generated HRPC),
  handlers for ping, streamSum, fetchStream, duplex, notify
- Load HRPC lazily so missing spec does not crash host; use bare-stream
  for Duplex under Bare; add bare-stream, compact-encoding deps
2026-02-12 04:51:03 -05:00
Raven Scott a7f86f3af5 Update README 2026-02-12 03:29:21 -05:00
Raven Scott 90c7a4910e first commit 2026-02-12 03:27:05 -05:00