grpc-server-ts

JSON →
library 1.1.4 ·javascript
verified Jun 7, 2026

A gRPC server-side module built with TypeScript for defining and running gRPC services using decorators. Current version 1.1.4 (released 2024). It simplifies gRPC server setup by providing decorators like @Service and @Route to define services and methods, and a RpcRegistry class to start the server with TLS settings. Differentiates from other gRPC Node libraries (e.g., @grpc/grpc-js) by offering a TypeScript-first, decorator-based API with minimal boilerplate, though it has limited documentation and a small user base.