File size: 936 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
**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](http://microjs.com/#), 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](http://oboejs.com/why) 
- Visit the [project homepage](http://oboejs.com)
- Browse [code examples](http://oboejs.com/examples) 
- Learn the Oboe.js [API](http://oboejs.com/api)
- [Download](http://oboejs.com/download) the library
- [Discuss](http://oboejs.com/discuss) Oboe.js