Skip to content

iku50/goloadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

go load balancer

this is a simple load balancer written in go.

as we know, load balancer have different algorithms to balance the load, this load balancer uses the round robin algorithm.

Round Robin gives equal opportnities for workers to perform tasks in turns.

for backend down situation, this load balancer routes traffic only to the healthy backends.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages