OPI Blog
Learn from experts in their fields

Browsing Tags: reverse AJAX

Using CometD’s hidden subscribeProps
CometD is an open source implementation of the Bayeux protocol in the Comet pattern. Basically it is used for AJAX push eventing. To start recieving messages we simply subscribe to a channel with a callback ...