Down with a cold, the only bit I managed was a bit more experimenting with node.js this weekend. Here's a little example of node.js acting as a very basic load balancer with fault tolerance. I did create a repo on github, feel free to contribute or fork if you find this useful. Project Files $ ls -h README cluster.conf.json balancer.js testserver.js Load Balancer var sys = require('sys'), http = r