Skip to content

morphar/node-grpc-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-grpc-typescript

Node.js gRPC Structure for TypeScript Example

Installation

$ npm i

Build

$ npm run build:proto # *.proto
$ npm run build # *.ts

Server Start

$ node dist/server
# OR
$ npm start

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

node_modules

package.json

Documentation

About

Node.js gRPC Structure for TypeScript Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • JavaScript 6.5%