Live Web Fortunes!
Install fortune:
# debian, ubuntu
$ aptitude install fortunes
# mac os x
$ port install fortune
Check out the source code, install all the dependencies and start the server:
$ git clone git://github.com/samsonw/livefortunes.git
$ cd livefortunes
$ npm install
$ node server.js
Open http://localhost:8000/ in your browser. Enjoy!