https://github.com/clement-jean/grpc-node-js-course
gRPC NodeJS Master Class: Build Modern API & Micro services
https://github.com/clement-jean/grpc-node-js-course
grpc grpc-js udemy
Last synced: 5 months ago
JSON representation
gRPC NodeJS Master Class: Build Modern API & Micro services
- Host: GitHub
- URL: https://github.com/clement-jean/grpc-node-js-course
- Owner: Clement-Jean
- Created: 2022-04-19T05:38:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T02:00:30.000Z (5 months ago)
- Last Synced: 2025-05-01T03:18:42.933Z (5 months ago)
- Topics: grpc, grpc-js, udemy
- Language: JavaScript
- Homepage: https://www.udemy.com/course/grpc-nodejs/?referralCode=A6157631C428EEB38398
- Size: 293 KB
- Stars: 37
- Watchers: 1
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC NodeJS

## COUPON: `START_OCT_2025`
## Build
### Arm
```
npm_config_target_arch=x64 npm install
```### Not Arm
```
npm install
```