Trigger events to Pusher via REST
When there is an activity that you want several users to know about, your server makes a simple REST call to the Pusher API passing a JSON payload of data. This message is modelled on Javascript event triggering.
The event is relayed to the relevant browsers on the specified channel. Javascript code bound to the specified event informs the connected users of the activity.
(Link: Pusher – Realtime client push powered by HTML5 websockets, beyond AJAX)


September 11, 2010
