andregoncalves / twitter-nodejs-websocket

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

h1. Twitter Node.js WebSockets Example

Quick experiment of direct streaming from twitter to the browser, with no polling, using Node.js. (Follow up to Ruben Fonseca "version":http://github.com/rubenfonseca/twitter-amqp-websocket-example with Ruby and AMQP)

More info "here":http://bit.ly/71uZNv.

h2. Requirements:

h2. How To:

h2. Libraries used:

Andre Goncalves ("@andregoncalves":http://twitter.com/andregoncalves)