Real-time geolocated tweets
pure-waterfall-1016.herokuapp.com
Real-time geolocated tweets
1–9 of 9 posts
Re: Real-time geolocated tweets
#2Re: Real-time geolocated tweets
#3Re: Real-time geolocated tweets
#4I'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
Re: Real-time geolocated tweets
#5This is almost addictive to watch. Very impressive!
Re: Real-time geolocated tweets
#6Re: Real-time geolocated tweets
#7http://pure-waterfall-1016.herokuapp.com/socket.io/1
Always returns xhr-polling method which really isn't ideal for this.
Re: Real-time geolocated tweets
#8Something 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.
Re: Real-time geolocated tweets
#9Something 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.