- HAProxy
- Node.JS application servers
port=4444 nodemon appserver.js
port=5555 nodemon appserver.js
haproxy -f tcp.cfg
Hit localhost:8080 on browser
(Add as many ports to tcp.cfg as desired to create more app servers to be load balanced.)
That's all it takes to create a Layer 4 Load Balancer!