bloomrpc-mock

JSON →
library 0.3.4 ·javascript
verified Jun 7, 2026

BloomRPC-Mock is a command-line utility and toolset library for automatically mocking gRPC services based on .proto files. The current stable version is 0.3.4, released as an early-stage project. It reads a protobuf definition and starts a gRPC server that responds with default mock data for all defined RPC methods. Key differentiators include being a simple CLI tool (built with oclif) that requires zero configuration, support for client-side and bi-directional streaming, and automatic generation of mock responses. However, it is still experimental with missing features like custom mock responses.