Skip to content

RawPushDeveloper Documentation

Serverless WebSocket Infrastructure สำหรับสร้างแอปพลิเคชัน Real-time

RawPush Logo

⚡ Payload ที่เข้าใจง่าย ไม่ซับซ้อน

ทุกเหตุการณ์เชื่อมต่อผ่านโครงสร้าง JSON ที่อ่านแล้วเข้าใจทันที ตัวอย่าง Payload ที่ Client จะได้รับ:

json
{
  "v": 1,
  "type": "event",
  "id": "evt_01HRX...",
  "channel": "updates:feed_1",
  "event": "data.updated",
  "data": {
    "status": "success",
    "value": 100
  },
  "sender": {
    "user_id": "system"
  }
}

Released under the MIT License.