{
  "status": "OK",
  "service": {
    "name": "Rion Pusher",
    "description": "Lightweight real-time trigger & push notification micro-service",
    "version": "1.0.0",
    "author": "Rony Permadi",
    "homepage": "https://rionapp.com"
  },
  "features": [
    {
      "name": "Real-Time Event Trigger",
      "description": "Broadcast events to clustered clients via Socket.IO with App Isolation support",
      "protocol": "WebSocket"
    },
    {
      "name": "Web Push Notifications",
      "description": "Send W3C-compliant push notifications to subscribed browsers using VAPID",
      "protocol": "HTTP/VAPID"
    },
    {
      "name": "Cluster Rooms",
      "description": "Group clients into named clusters for targeted event broadcasting",
      "protocol": "WebSocket"
    },
    {
      "name": "App Isolation",
      "description": "Namespace clusters per app using x-app-id header to avoid cross-app collision",
      "protocol": "WebSocket / HTTP"
    },
    {
      "name": "API Key Authentication",
      "description": "Optional API key gate for secured endpoints via x-api-key header",
      "protocol": "HTTP"
    }
  ],
  "timestamp": "2026-06-09T16:57:54.318Z"
}