/nodeload

A simple load balancer proof of concept

A simple load balancer in node.js


Start testservers in seperate shells:

node testserver.js 8200
node testserver.js 8300
                

Start load balancer:

node balancer.js     


Request to balancer:

curl http://127.0.0.1:8888