/rpc_ts_primer

A minimal, functional example for rpc_ts.

Primary LanguageTypeScriptMIT LicenseMIT

rpc_ts_primer: A minimal, functional example for rpc_ts

CircleCI typescript License: MIT code style: prettier

This is a minimal, functional example of how to use rpc_ts (rpc_ts is a framework for doing typesafe Remote Procedure Calls (RPC) in TypeScript).

Usage

git clone https://github.com/aiden/rpc_ts_primer.git
cd rpc_ts_primer
yarn
yarn start

License

rpc_ts_primer is licensed under the MIT License.