Skip to content

Simple Load Balancer using Round Robin algorithm written in GO

License

Notifications You must be signed in to change notification settings

ikerls/load-balancer-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Load Balancer GO

Simple Load Balancer using Round Robin algorithm with active cleaning and passive recovery for unhealthy backends.

Usage

default port: 8080

go build
# backends list, use commas to separate
load-balancer-go.exe --backends=http://localhost:8081,http://localhost:8082,http://localhost:8083

About

Simple Load Balancer using Round Robin algorithm written in GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages