mountebank-grpc

JSON →
library 0.4.1 ·javascript
verified Jun 7, 2026

Custom gRPC protocol implementation for Mountebank, allowing gRPC service mocking and proxying. Current version 0.4.1, updated sporadically. Uses nodejs, google-protobuf, and @grpc/proto-loader to generate gRPC descriptors from .proto files. Does not support reflection. Supports unary, server-streaming, client-streaming, and bidirectional streaming, as well as Mountebank proxy functionality. Key differentiator: adds gRPC protocol support to Mountebank, enabling gRPC stub and proxy creation without a separate tool.