mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-08 00:04:53 +00:00
.. | ||
dist | ||
test | ||
Gruntfile.js | ||
LICENCE | ||
logo.png | ||
README.md |
Oboe.js helps web applications respond quicker by wrapping http's request-response model with a progressively streamed interface. 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 external 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