Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 366 Bytes

ts-node-grpc

Just a quick example of a gRPC server made with typescript and node js! Video link It contains 4 different examples:

  1. Unary
  2. Server Streaming
  3. Client Streaming
  4. Bidirectional Streaming

Project setup

yarn install

Runs the gRPC server

yarn start

Runs out client

yarn client