quick-grpc

JSON →
library 2.0.0 ·javascript
verified Jun 7, 2026

quick-grpc is a Node.js library (v2.0.0) that simplifies loading and instantiating gRPC services from .proto files. It wraps the official @grpc/grpc-js package to provide a Promise-based API, automatic TLS credential loading, and camelCase method name conversion. Released with moderate frequency, it targets Node.js >=12 and reduces boilerplate for setting up gRPC clients. Unlike raw gRPC, it handles multiple proto files in a directory and returns pre-configured service objects.