01
Multi-app management
Create isolated apps with separate keys, ownership, and event streams.
Feature overview
Everything from app credentials to delivery logs is organized to keep the system understandable while traffic grows.
01
Create isolated apps with separate keys, ownership, and event streams.
02
Route events through clear channels so subscriptions stay precise.
03
Send with cURL, fetch, axios, Guzzle, or any client that can issue a request.
04
Use queues and pub/sub to keep the API fast while workers handle delivery work.
05
Broadcast signed events to the exact connected clients that matter.
06
Persist messages for auditing, troubleshooting, replay, and post-incident analysis.
07
Manage apps, inspect channels, and follow event traffic from one dashboard.
08
Protect the surface with IP throttling and signed server-side forwarding.
09
Works with PHP, Node.js, Python, Go, Ruby, and any other HTTP-capable stack.
Why it works
Simple architecture
One direct path from HTTP trigger to WebSocket delivery means the system is easy to reason about.
Developer friendly
The UI, logs, and data model make it clear what happened, when, and why.
Open and transparent
Inspect traffic, verify payloads, and keep the operational picture visible across the whole pipeline.
Launch
The API is small, the architecture is readable, and the first integration takes minutes.