grpc-typescript icon indicating copy to clipboard operation
grpc-typescript copied to clipboard

Tutorial for setting up gRPC with TypeScript

Implementing a gRPC client and server in Typescript

This repo can be used as a template for using gRPC to generate TypeScript files for interacting with a gRPC server or client. Setup this process can be fiddly, hopefully in this repo will make it easier to understand.