A backend plugin for Backstage that enables a gRPC playground interface, similar to BloomRPC. Current stable version is 0.3.2. Released as beta from Zalopay. It integrates with Backstage's database and external integrations to provide gRPC service exploration and testing within Backstage. Unlike standalone gRPC tools, this plugin is tightly coupled to Backstage's plugin environment and uses its authentication and configuration system. It supports loading .proto files via Backstage's catalog and reader.
npm install backstage-grpc-playground-backendNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to register the gRPC playground backend plugin in a Backstage backend package.
Ensure your plugin environment provides all required properties as shown in usage.
Pin to a specific version and test upgrades.
Run 'yarn --cwd packages/backend add backstage-grpc-playground-backend' from the project root.
Use 'import { createRouter } from ...' or CJS const { createRouter } = require(...).