Service Bus SSE bridge for local browser tooling.
npm install @spannersdev/service-bus-bridgeA small CLI that exposes Azure Service Bus messages over Server-Sent Events (SSE),
so browser tools can connect to the local emulator or a real namespace.
``bash`
npx service-bus-bridge
The server listens on http://localhost:7071/service-bus-stream by default.
- connectionString (required)topic
- (required unless EntityPath is in the connection string)subscription
- (defaults to spanners-dev)entityType
- (topic or queue)autoCreate
- (true` by default; disabled for emulator endpoints)