Skip to content

Twitter streaming directly to browser with Node.js and HTML5 websockets

Notifications You must be signed in to change notification settings

threetee/twitter-nodejs-socketio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Node.js Socket.IO Example

Quick experiment of direct streaming from twitter to the browser, with no polling, using Node.js and Socket.IO.
(Based on Andre Goncalves’ (@andregoncalves) websocket example, which is in turn based on to Ruben Fonseca’s version with Ruby and AMQP).

Requirements:

  • Node.js.

How To:

  • Download and install node.js (instructions here).
  • Download the project from github.
  • Start the server: node server.js <twitter_username> <twitter_password> <optional_keyword>.
  • Open http://localhost:8080.

Libraries used:

Eric Dennis (Blog, @ericdennis)

About

Twitter streaming directly to browser with Node.js and HTML5 websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%