Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Telios-org/nebula-rpc

RPC layer for Nebula
https://github.com/Telios-org/nebula-rpc

Last synced: 3 months ago
JSON representation

RPC layer for Nebula

Awesome Lists containing this project

README

        

# nebula-rpc

![Build Status](https://github.com/Telios-org/nebula-rpc/actions/workflows/node.js.yml/badge.svg)

RPC layer for Nebula

```shell
npm install @telios/nebula-rpc
```

## Compile Schema
```shell
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