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

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

Awesome Lists containing this project

README

          

# gRPC NodeJS

![Udemy](.github/badges/udemy.svg)

## COUPON: `START_OCT_2025`

## Build

### Arm

```
npm_config_target_arch=x64 npm install
```

### Not Arm

```
npm install
```