JSON Streams

JSON Streams demonstrate a technique by @maxogden that makes use of servers' chunked transfers to capture incoming data on XHR ready state 3 rather than 4 (as data is coming in, rather when it all arrived.)

For more info read the post here: http://substance.io/maxogden/replicating-large-datasets-into-html5

Open the console to see the output