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

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

Awesome Lists containing this project

README

          

# node

> gRPC node.js server boilerplate

[![Node.js Version: v14.18.1](https://badgen.net/badge/Node/14.18.1/339933)](https://nodejs.org/dist/latest-v14.x/docs/api/)

## Getting Started

### Installation

```sh
$ npm i
$ npm run idl:init
```

## Test

```sh
$ npm test
```