Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 384 Bytes

nebula-rpc

Build Status

RPC layer for Nebula

npm install @telios/nebula-rpc

Compile Schema

npm install -g hrpc
hrpc schema.proto --rpc=index.js --messages=rpc-messages.js
npm install --save hrpc-runtime # make sure to add this to your package.json

License

MIT