Backend plugin for Backstage that provides a gRPC playground UI, inspired by BloomRPC. Version 0.5.3 is the latest stable release, with monthly releases on average. It integrates with Backstage's database, reader, and logger, and is designed for use with the frontend plugin backstage-grpc-playground. Differentiator: brings gRPC exploration directly into Backstage, eliminating the need for external tools like BloomRPC.
npm install backstage-grpc-playground-backend-newNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the gRPC playground backend plugin in a Backstage backend, creating a router.
Run 'yarn --cwd packages/backend add @backstage/integration'.
Define PluginEnvironment type in your backend's types file, typically packages/backend/src/types.ts.
Ensure your createEnv function provides a database property from @backstage/backend-common's DatabaseManager.
yarn --cwd packages/backend add backstage-grpc-playground-backend
import { createRouter } from 'backstage-grpc-playground-backend'Add 'database: any;' to your PluginEnvironment interface or type definition.