Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 852 Bytes

README.textile

File metadata and controls

24 lines (15 loc) · 852 Bytes

Twitter Node.js WebSocket Example

Quick experiment of direct streaming from twitter to the browser, with no polling, using Node.js.
(Follow up to Ruben Fonseca version with Ruby and AMQP)

More info here

Requirements

  • Node.js
  • Websocket capable browser

How To

  • Download and install node.js (instructions here)
  • Download the project from github.
  • Start the server: node server.js <twitter_username> <twitter_password>
  • Open index.html with a WebSocket compatible browser (Chrome or Webkit nightly)

Libraries used

Andre Goncalves (@andregoncalves)