A custom load balancer built using Node.js and Express that performs round-robin routing, background health checks, and automatic failover.
Client → Load Balancer → Backend Servers
- Round-robin load balancing
- Background health checks
- Automatic failover
- Supports all HTTP methods
- REST-compliant backend services
npm install
npm run dev:server1
npm run dev:server2
npm run dev:balancer