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).
git clone https://github.com/aiden/rpc_ts_primer.git
cd rpc_ts_primer
yarn
yarn start
rpc_ts_primer is licensed under the MIT License.