Skip to content

graywolftech/node-grpc-typescript

 
 

Repository files navigation

node-grpc-typescript

Node.js gRPC structure with google.protobuf for TypeScript example

Installation

npm ci

Build

npm run build # *.proto, *.ts
npm run lint

Server Start

npm start #= node dist/server

Client Test

# 1. Request
npm run client #= node dist/client
# 2. with Parameter
npm run client blahblahblah
# 3. Error
npm run client error
# 4. Stream
npm run client stream
# 5. Health Check
npm run health

Documentation

About

Node.js gRPC Structure for TypeScript example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.6%
  • JavaScript 7.4%