Skip to content

abhipdgupta/lbgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

LBGO (Load Balancer in Golang)

Prototyping a simple load balancer in Go, with a metrics aggregator and the flexibility to use various load balancing algorithms. Currently, it supports only the Round Robin algorithm.

Round Robin Algorithm

  1. The algorithm selects an instance in a circular manner.
  2. After the first instance is selected, the second instance is chosen, and so on. If the last selected instance was the first one, the algorithm will select the second one next.

About

Prototyping a simple load balancer in golang , with metrics aggregator .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages