grpc-es-bridge

JSON →
library 0.2.0 ·javascript
verified Jun 7, 2026

A lightweight adapter (v0.2.0) that bridges protoc-gen-es generated stubs designed for a @connectrpc/connect runtime with the grpc-js implementation. It enables developers to use type-safe, declarative client methods from protoc-gen-es while leveraging grpc-js for networking. The package also includes a connectrpc submodule that provides a Promise-based client interface similar to connectrpc. Key differentiators: it fills a specific niche for users who want the ergonomics of protoc-gen-es stubs but need to connect to existing gRPC servers using grpc-js. Release cadence is not yet established; peer dependencies are @bufbuild/protobuf@^2, @grpc/grpc-js@^1, and @connectrpc/connect@^2. Ships TypeScript types.