Skip to content

adityjoshi/GoLB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hiking A Simple Load Balancer in Golang

Running it

Start Multiple Instances of server.py

  1. Install Node:
    brew install node(For MAC)
  2. Run Server:
    node server.js

Start Load Balancer

 go run main.go

Bombard the loadbalancer with requests

for i in {1..20}; do curl 127.0.0.1:8000; done

About

A Simple Load Balancer in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published