Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(ReadableStream, WritableStream) -> JSONRPCChannel
Takes standard input/output streams -> produces a bidirectional JSON-RPC message transport.
Problem it solves
Network-based communication protocols are slow and introduce security overhead for local client-server execution.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.