Hacker News new | ask | show | jobs
Real-time geolocated tweets (pure-waterfall-1016.herokuapp.com)
12 points by danzajdband 5123 days ago
4 comments

I'm not seeing anything happen... just a map, and a bunch of xhr-polling requests (I'm assuming from socket.io)... - using firefox 13 on Win7
Try again.
Hey that's pretty neat. Would be cool to style it up so it's beautiful.
This is almost addictive to watch. Very impressive!
Something is broken, at least for me. It always resorts to XHR-polling instead of websockets.

http://pure-waterfall-1016.herokuapp.com/socket.io/1

Always returns xhr-polling method which really isn't ideal for this.

It's not broken. Heroku free plan doesn't allow for websockets. The demo code on https://github.com/danzajdband/Tuiter/tree/master/examples/m... it's prepared to use webosockets first.
Ah, well that sucks but explains why it was occurring :)