@spannersdev/service-bus-bridge
v0.1.6
Published
Service Bus SSE bridge for local browser tooling.
Downloads
25
Readme
service-bus-bridge
A 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.
Usage
npx service-bus-bridgeThe server listens on http://localhost:7071/service-bus-stream by default.
Query params
connectionString(required)topic(required unlessEntityPathis in the connection string)subscription(defaults tospanners-dev)entityType(topicorqueue)autoCreate(trueby default; disabled for emulator endpoints)
