Wan2.1/web_interface/node_modules/oboe
2025-05-17 10:46:44 +00:00
..
dist Pending changes exported from your codespace 2025-05-17 10:46:44 +00:00
test Pending changes exported from your codespace 2025-05-17 10:46:44 +00:00
Gruntfile.js Pending changes exported from your codespace 2025-05-17 10:46:44 +00:00
LICENCE Pending changes exported from your codespace 2025-05-17 10:46:44 +00:00
logo.png Pending changes exported from your codespace 2025-05-17 10:46:44 +00:00
README.md Pending changes exported from your codespace 2025-05-17 10:46:44 +00:00

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?