An example application connecting to Twitter Streaming API, and then sending results to HTML page using socket.io
To run, run node app/TwitterServer.js
Note: You need to enter your Twitter Client credentials (public key, secret key, access token) in order to enable the stream to run.
For a live demo, go here: http://sociam.cloudapp.net/twitterImageDemo
This application requires
*HTTP Server
*Node.JS
*Socket.io
*Twit