#h1 -- FORK of below GIST
A simple example to create a websocket server and stream tweets about a pre-defined subject to the page.
$ npm install socket.io, twitter
$ node ./app.js
Then open http://localhost:1337/
in a browser that supports websockets (or iDevice).