TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: occupyrealtime: a real-time stream of occupywallstreet photos

3 pointsby mncaudillover 13 years ago

1 comment

mncaudillover 13 years ago
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.