https://github.com/ohmygrpc/node
gRPC node.js server boilerplate
https://github.com/ohmygrpc/node
grpc idl nodejs protobuf typescript
Last synced: 6 months ago
JSON representation
gRPC node.js server boilerplate
- Host: GitHub
- URL: https://github.com/ohmygrpc/node
- Owner: ohmygrpc
- Created: 2021-04-15T23:03:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T12:30:44.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T16:35:34.738Z (7 months ago)
- Topics: grpc, idl, nodejs, protobuf, typescript
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# node
> gRPC node.js server boilerplate
[](https://nodejs.org/dist/latest-v14.x/docs/api/)
## Getting Started
### Installation
```sh
$ npm i
$ npm run idl:init
```## Test
```sh
$ npm test
```