Real-time geolocated tweets(pure-waterfall-1016.herokuapp.com)
pure-waterfall-1016.herokuapp.com
Real-time geolocated tweets
http://pure-waterfall-1016.herokuapp.com/
8 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.
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.
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 :)