Skip to content

Implementation of a simple round robin load balancer using golang.

Notifications You must be signed in to change notification settings

AyariAhmed/round-robin-lb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of a simple round robin load balancer using golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published