8000 GitHub - Graffioh/rr-lb-go: toy round robin load balancer in go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Graffioh/rr-lb-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

toy load balancer in go

simple round robin load balancer implementation from scratch

how it works?

simply run

  • the backend servers (inside be folder):
go run be.go
  • the load balancer (inside lb folder):
go run lb.go

then to test it just curl localhost:6969 and see the load balancer redirect your request to different backend servers using round robin algorithm

About

toy round robin load balancer in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0