Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GoLoadBalancer

Implementation of a Load Balancer (software) in Go

Load Balancing Algorithms Implemented

Round Robin

Normal Round Robin Algorithm run on all the target servers

Weighted Round Robin

Weighted Round Robin Algorithm gives predefined weights to each server

Host CPU Based Round Robin

Round Robin Algorithm is Run on the Healthy Servers (Low CPU Usage)

Host Memory Based Round Robin

Round Robin Algorithm is Run on the Healthy Servers (Low Memory Usage)

About

A load balancer implemented in Go

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages