Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duyquang6/go-wrr-loadbalancer


https://github.com/duyquang6/go-wrr-loadbalancer

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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