Simple web-based terminal front-end using node.js and socket.io for a school assignment.
This has only been tested on Ubuntu+Chromium and OSX+Chrome. It may work under other operating systems (Windows, etc.) or in other browsers (Firefox, Safari, etc.) It definitely will not work in IE6 - IE8 (it may work in IE9).
sudo apt-get -y install git-core gitosis
install node.js
git clone git://github.com/joyent/node.git
cd node # or whatever the folder is called that was downloaded
./configure
make
make install
install npm (instructions on github)
curl http://npmjs.org/install.sh | sh
install socket.io
npm install socket.io
node lib/server.js # from within terminal folder