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

https://github.com/algab/grpc-nodejs

GRPC Server and Client NodeJS
https://github.com/algab/grpc-nodejs

grpc

Last synced: about 2 months ago
JSON representation

GRPC Server and Client NodeJS

Awesome Lists containing this project

README

          

# GRPC NodeJS

GRPC application that consumes a [REST API](https://developers.decathlon.com/products/sports).

### Server

```
npm run start:server
```

### Client

```
npm run start:client
```