grpc-kit
JSON →grpc-kit is a Node.js library (v0.2.0, no recent updates) that simplifies working with gRPC by providing a higher-level API for creating servers and clients from .proto files. It wraps the official `grpc` and `@grpc/proto-loader` packages, offering a declarative route definition style with support for unary, client, server, and bidirectional streaming. Notable features include async route handlers and built-in proto loader options. The library is minimal but currently unmaintained; users should consider modern alternatives like `@grpc/grpc-js` with manual proto loading for active support.
Resources
packagegrpc-kit ↗