I really like this: http://services.digg.com/2.0/stream
Data is continuously received using a single connection, content-type is application/json. Also, it's consumable by a browser. How is this implemented? Looking around a bit it does not seem to be long-polling, HTML5 server-sent events or even websockets.
How would I go about building something like that? Are there any open-source solutions I can use as a starting point?
Thanks,
/David