simple-grpc-connector

JSON →
library 1.0.7 ·javascript
verified Jun 7, 2026

Simple gRPC Connector v1.0.7 is a lightweight JavaScript library that wraps @grpc/grpc-js to allow publishing arbitrary JavaScript functions, objects, and services as gRPC endpoints with minimal configuration. It provides automatic serialization/deserialization, optional SSL/TLS, and a promise-based client for calling remote functions by name. Unlike full-featured gRPC frameworks (e.g., NestJS, gRPC-Web), this library prioritizes zero-boilerplate integration for small-to-medium services. It is maintained on GitHub and follows an ad-hoc release cadence.