grpc-client-promise-wrapper

JSON →
library 1.0.5 ·javascript
verified Jun 7, 2026

A lightweight wrapper for @grpc/grpc-js that converts callback-based gRPC client methods to Promises, supporting async/await. Version 1.0.5 (latest). Stable but rarely updated. Key differentiator: minimal abstraction—promisifies all methods automatically without configuration. Smaller than alternatives like @grpc/grpc-js's own promisification or grpc-promise.