JSPM

  • Created
  • Published
  • Downloads 479044
  • Score
    100M100P100Q164042F
  • License BSD

Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish

Package Exports

  • oboe

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (oboe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Oboe.js helps web applications respond quicker by baking streawming into http's request-response model. It glues a transport that sits somewhere between streaming and downloading to a JSON parser that sits somewhere between SAX and DOM. It is small enough to be a micro-library, doesn't have any dependencies and doesn't care which other libraries you need it to speak to.

Oboe makes it really easy to start using json from a response before the ajax request completes. Or even if it never completes.

Where next?