grpc-promisify

JSON →
library 0.1.0 ·javascript abandoned
verified Jun 7, 2026

A lightweight utility to convert gRPC client callbacks into Promises for Node.js. Current stable version is 0.1.0, released as an early alpha with no recent updates. It wraps grpc-js (or grpc) client methods to return promises instead of using callbacks. Differentiates from @grpc/proto-loader and grpc-js-native by offering a simple promisify-only function, but lacks TypeScript support, streaming handling, and active maintenance.