Edge messaging fabric
WebSockets that stay up when your users do not sit still.
JockerLab Edge terminates persistent connections close to your users, fans events into channels, and gives you a boring, predictable control API.
edge-gatewaywss://ws.jockerlab.site
GET /api/v1/health.json
{ "ok": true, "service": "jockerlab-edge" }
wss /v1/channels/telemetry.prod
auth: Bearer <workspace_token>
frame: {"ts":171000,"kind":"metric","payload":{...}}
Why teams use it
Sticky connections
Region-aware handshake, automatic resume tokens and backpressure instead of “just reconnect in a loop”.
One control plane
Create channels, rotate tokens and inspect lag from a single JSON API. No bespoke broker UI required.
Predictable egress
Fan-out is capped per workspace. You will not wake up to a surprise traffic invoice from a runaway client.