A lightweight push-notification service. Clients connect over WebSocket to receive messages in real time. Other services push notifications via a simple REST API. Messages are routed to individual users, groups, or broadcast across a tenant.
| Route | Method | Description |
|---|---|---|
| ws://notification.magicrunez.com | WS | WebSocket — clients connect here to receive notifications |
| /send | POST | Push a notification to one or more users or groups |
| /health | GET | Returns { status: "ok" } — use for uptime checks |
| /assets/socket.js | GET | Client-side WebSocket library |
| /home | Client | Interactive test client for the notification service |