grpcnode

JSON →
library 1.1.1 ·javascript
verified Jun 7, 2026

A CLI tool for dynamically creating gRPC clients and servers in Node.js using proto files. Current version 1.1.1. It allows rapid prototyping without code generation: point it at .proto files and JavaScript handler implementations, and it handles server startup or client calls. Supports SSL/TLS, custom include paths, and listing RPC methods. Differentiates from full gRPC frameworks by focusing on quick, dynamic usage.