Skip to content

Commit

Permalink
Added ColdFusion information for PubNub API.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennadel authored and stephenlb committed Jun 21, 2011
1 parent 23e6d5c commit d666fa6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions coldfusion/README
@@ -0,0 +1,22 @@
# ColdFusion Wrapper For PubNub API #

PubNub.cfc is a ColdFusion component that provides a simple wrapper to PubNub's simple RESTful API. It provides both synchronous and asynchronous ways to subscribe to a channel.

## PubNub.cfc Repository ##

https://github.com/bennadel/PubNub.cfc

## PubNub.cfc Interface ##

* init( ... )
* publish( channel, message )
* subscribe( channel [, timeToken] )
* subscribeAsync( channel, callback [, timeout] )
* history( channel [, limit] )
* time( [returnAsBigInt] )

## Relevant Blog Entries ##

* http://www.bennadel.com/blog/2213-Sending-Client-To-Client-Realtime-Messages-With-The-PubNub-JavaScript-Library.htm
* http://www.bennadel.com/blog/2214-PubNub-cfc-A-ColdFusion-Wrapper-For-The-PubNub-Realtime-Messaging-Platform.htm

0 comments on commit d666fa6

Please sign in to comment.