@doseofted/prim-rpc
v0.1.0-alpha.25
Published
Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file uploads, custom serialization, and more.
Downloads
41
Readme
Prim+RPC is a bridge between JavaScript environments, without the extra boilerplate code. The primary use case of this library is making plain function calls to a server from some client (RPC), as if that code had been written on the client itself. The goal is to write plain JavaScript, or TypeScript if you prefer, and immediately invoke typed code without verbose wrappers around the communication channel.