This is a demo load balancer written in GO. It is a simple load balancer that uses a round robin algorithm to distribute the load across the servers.
- Clone the repo
- Run
go run main.goto start the load balancer
I run 3 servers with npx http-server and then run the load balancer. I then run curl localhost:8080 and it will return the response from the servers.
