Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Telios-org/nebula-rpc
- Owner: Telios-org
- License: mit
- Created: 2021-12-22T20:13:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T15:16:52.000Z (over 2 years ago)
- Last Synced: 2024-07-07T10:07:53.397Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Telios-org/nebula-rpc - RPC layer for Nebula (others)
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