It's a small example how to create twitter online conference with Node.js, Twitter Streaming API and Websockets.
Article about this in Russian in my blog.
node lib/twitter.js --name <twitter name> --password <twitter password> --hash <search hashtag>
Then open examples/index.html in your browser for demo.
- Node.js
- Socket.io
npm install twitter-conference