@doseofted/prim-rpc
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.25 • Public • Published

Prim+RPC. Pictured are two very short JavaScript files: a simple function on the server-side and a call to that function on the client-side. Tagline: "Backend, meet Frontend"

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.

Learn More

Readme

Keywords

Package Sidebar

Install

npm i @doseofted/prim-rpc

Weekly Downloads

3

Version

0.1.0-alpha.25

License

Apache-2.0

Unpacked Size

713 kB

Total Files

8

Last publish

Collaborators

  • doseofted