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

Subscribe to a channel

With long-polling

http://127.0.0.1:8100/sub?cname=channel_name&seq=last_seq&cb=jsonp
or
http://127.0.0.1:8100/poll?cname=channel_name&seq=last_seq&cb=jsonp

With streaming(endless HTTP chunk)

http://127.0.0.1:8100/stream?cname=channel_name&seq=last_seq
Clone this wiki locally