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

https://github.com/adrian-lin-1-0-0/node-grpc-example

Node.js gRPC Example
https://github.com/adrian-lin-1-0-0/node-grpc-example

grpc nodejs

Last synced: 9 months ago
JSON representation

Node.js gRPC Example

Awesome Lists containing this project

README

          

# Node.js gRPC Demo

## Try it out

Install dependencies

```sh
npm install
```

Run the server:

```sh
npm start
```

From a different terminal, run the client:

```sh
npm run client
```