Tools
Strata ships several standalone tools that complement the core library. These are deployed independently from your services and provide operational capabilities like HTTP/WebSocket bridging, message monitoring, and a service management UI.
Available Tools
| Tool | Description | Package |
|---|---|---|
| RPC Bridge | Exposes Strata services over HTTP and WebSockets so browser and external clients can call operations without direct Redis access. | @strata-js/rpcbridge / @strata-js/rpcbridge-client |
| Queue Monitor | A Strata service that captures every message flowing through your system and writes them to Elasticsearch, Logstash, or the console for debugging and observability. | strata-queue-monitor |
| Service Tools | A web UI for calling Strata services, with service discovery, environment management, and authentication support. | strata-service-tools |