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?
- Visualise faster web applications through streaming
- Visit the project homepage
- Browse code examples
- Learn the Oboe.js API
- Download the library
- Discuss Oboe.js