Process a continuous stream of JSON

前端 未结 4 1326
耶瑟儿~
耶瑟儿~ 2020-11-30 19:16

The (now defunct) page http://stream.twitter.com/1/statuses/sample.json used to return a continuous and endless stream of JSON data.

I\'d like to process it using jQ

4条回答
  •  天命终不由人
    2020-11-30 20:02

    I've got an open source project which allows this on modern browsers (and falls back to a jQuery-style on older ones). The call syntax is similar to jQuery.ajax:

    http://oboejs.com

提交回复
热议问题