Supported:Pusher is a simple hosted API for quickly, easily and securely adding realtime bi-directional functionality via WebSockets to web and mobile apps, or any other Internet connected device.
POST event (trigger an event)
GET channels (fetch info for multiple channels) w/ filter_by_prefix and attributes
GET channel (fetch info for one channel) w/ attributes
GET users
TODO:
optional socket_id for POST event
support for POST event on multiple channels at once
Usage Ideas:
1. Push leader board scores to a web application in real time
2. Track connections and online users and push to a web application in real time
3. Track player achievements and push to a web application in real time
4. Create a web based game server in javascript and communicate over pusher in real time
5. Accept in app payments over web based payment gateway
6. Create an analytics panel tracking average game play duration and conversion goals in real time
https://pusher.com
https://github.com/hookglobal/luapusher