Skip to content

duyquang6/go-wrr-loadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple WRR Loadbalancer

go-wrr-loadbalancer is a practice that using Golang to design an Weighted Round Robin loadbalancer and no depedency on other 3rd library

Features

  • Loadbalancer using ReverseProxy feature on net/pkg
  • Apply Classical Weighted Round Robin Algorithm - WRR (might not well optimized)

Warning

This repo is just an practice(PoC), not in an ready to production so beware and use it only for reference objectives

TBU

Apply other loadbalancing algorithm, unit-testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages