@dassie/lib-rpc
v0.0.2
Published
RPC library for communicating between TypeScript processes
Downloads
9
Readme
lib-rpc
This module provides a type-safe RPC layer over bi-directional sockets such as WebSockets, TCP, TLS, or Unix sockets.
Attribution
Inspired by TRPC. Mostly reimplemented from scratch, except where noted. Thanks and much love to the original authors.