typescript-grpc
JSON →A minimalistic annotation-based TypeScript library for building gRPC servers and clients. Current version 0.0.2. Releases are infrequent. Differentiators: uses TypeScript decorators to define services and messages, auto-generates .proto files from annotated classes, and supports modern async/await handlers. Requires manual proto loading via @grpc/proto-loader and grpc package. Less mature than alternatives like @grpc/grpc-js or ts-protoc-gen; limited to basic unary calls.
Resources
packagetypescript-grpc ↗