ts-node-grpc Just a quick example of a gRPC server made with typescript and node js! Video link It contains 4 different examples: Unary Server Streaming Client Streaming Bidirectional Streaming Project setup yarn install Runs the gRPC server yarn start Runs out client yarn client