xiaozhongliu / ts-rpc-seed

A typescript node rpc seed project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-rpc-seed

a typescript node rpc seed project.

QuickStart

# install
npm i

# compile
npm run tsc

# debug with ts-node directly
vscode -> F5 -> tsnode

# test with a quick and dirty client
node dist/tester.js

About

A typescript node rpc seed project.

License:MIT License


Languages

Language:TypeScript 100.0%