Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.81 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.81 KB

gRPC TypeScript

Test

This repo shows how to use gRPC with TypeScript & Node.js.

In all cases, @grpc/grpc-js is used as grpc is now effectively deprecated.

TypeScript types are generated at build time from the proto files using different tools as demonstrated in this repo.

Examples

Each example is a separate application. Refer to the README in each project for more information.

Type Parity

Thanks to this issue being fixed, we now have type parity across the different type generator packages. 🎉

Contributions

Contributions I made to help with gRPC & TypeScript support