Skip to content
ideawu edited this page Feb 19, 2014 · 4 revisions

Subscribe to a channel

With long-polling

/sub?cname=channel_name&seq=last_seq&cb=jsonp or /poll?cname=channel_name&seq=last_seq&cb=jsonp

With streaming(endless HTTP chunk)

/stream?cname=channel_name&seq=last_seq

Clone this wiki locally