At Flickr, we recently added some real-time features to our API, so I built a little page that simply streams every single of our photos that is tagged with #occupywallstreet.<p>I used node.js -- mainly socket.io (what a great little module) and flickr-conduit (link: <a href="https://github.com/mncaudill/flickr-conduit" rel="nofollow">https://github.com/mncaudill/flickr-conduit</a>) that I wrote to make using the real-time stuff easier.