zerbinidamata / lb-coding-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Challenge #5 - Build Your Own Application Load Balancer by John Crickett

Load balancer is currently using Round Roubin algorithm for distruting requests.

https://codingchallenges.substack.com/p/coding-challenge-5

Run load balancer

cd cmd/lb
go run main.go

Run backends

cd cmd/be
go run main.go 

go run main.go --port 3002

About


Languages

Language:Go 100.0%