grpc-client-ts

JSON →
library 1.1.1 ·javascript
verified Jun 7, 2026

A TypeScript-based gRPC client module that works with the companion server module grpc-server-ts. Version 1.1.1 provides a decorator-based API using @Client and @Route for defining gRPC service methods, and a registry pattern via RpcClientRegistry for managing client connections with TLS support. The package ships TypeScript types and is designed for Node.js environments. Compared to other gRPC clients like @grpc/grpc-js, it abstracts away much of the boilerplate but is tightly coupled to its own server module and the mvc-ts framework, limiting broader adoption. Release cadence appears low, with no recent updates.