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
- Host: GitHub
- URL: https://github.com/algab/grpc-nodejs
- Owner: algab
- Created: 2021-05-30T16:04:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T16:08:32.000Z (about 5 years ago)
- Last Synced: 2025-03-01T11:45:19.088Z (over 1 year ago)
- Topics: grpc
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```