andregoncalves / twitter-nodejs-websocket

Twitter streaming directly to browser with Node.js and HTML5 websockets
123 stars 29 forks source link

Socket closed #6

Open batusy opened 12 years ago

batusy commented 12 years ago

the page index.html with Crome show "Socked Closed"

dottodot commented 12 years ago

Getting the same thing too.

dizorg commented 11 years ago

I've did my own node twitter stream with websockets based a lot on this repo and some others, namely, ntwitter and and socket.io, here: https://github.com/dizorg/twitterstream-ws - it's working out of the box, you just need to create a twitter app and fill the key/secret values for ntwitter to stream real-time twits via websockets!