Pusher.cfc - A ColdFusion Component For Realtime Push Notification
Pusher.cfc is a ColdFusion component that facilitates posting messages to Pusher - a realtime notification service powered by HTML5 WebSockets. This component allows your application to communicate with your clients (browsers) in realtime, as needed, rather than forcing your clients to execute long-polling approaches to listen for new data.
| |
|
|
|
|
| |
|
|||
| |
|
|
If you want to try an online demo, click here.
Features
- Easy To Use. With the CFHTTP request encapsulated by the Pusher.cfc, all you have to worry about is the message you want to push to your clients.
- Fast Performance. You can cache an instance of your Pusher.cfc for faster performance. Once you cache it, requests to pushMessage() simply have to sign the message and post it.
Downloads
Build 2010/07/22
At the suggestion of a site member, I am now escaping content in the demo portion of the download using htmlEditFormat().
Build 2010/07/21
This is the initial build. Just download the ZIP file and extract it. It comes with a demo application that can be executed without any additional configuration.



