bikz007 / rr-loadbalancer-golang

A simple round robin load balancer to understand how they work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load Balancer developed with Golang

Algorithm used for the load balancer is round robin logic

Reference from video

Repo structure:

src
|
|___cmd
|   |
|   |___main
|   |   |    main.go
|   |   |
|___utils
|   |   errorutil.go
|   |
|___loadbalancer
|   |   loadbalancer.go
|   |
|___simpleserver
|   |   simpleserver.go
|   |
README.md

Block Diagram : Link

About

A simple round robin load balancer to understand how they work


Languages

Language:Go 100.0%