/round-robin-lb

Implementation of a simple round robin load balancer using golang.

Primary LanguageGo

Round Robin Load Balancer

The implentation follows the instructions presented at this blog.

To start the lb, run: docker-compose up

To run locally: go run *.go --backends=http://backend1,http://backend2 [--port=8000]

round-robin-load-balancing-diagram