Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages