AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Push notifications to the notification server #144

Open sparre opened 10 years ago

sparre commented 10 years ago

WebSocket based notifications have been factored out as a separate service. Implement push of notifications from Call-Flow-Control to the notification server.

Protocol:

POST /broadcast?token=<authentication token> HTTP/1.1
Content-Type: application/json

<JSON notification object>