Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 438 Bytes

gRPC-TypeScript-Sample

gRPC-TypeScript-Sample is a sample project using gRPC on TypeScript and Node.js.
This includes how to handle metadata, how to return error responses, how to set bytes fields, and how to use pre-defiened types like google.protobuf.timestamp. More detailed description is here

Install

Just type this command on the top directory.

npm install