Skip to content

SojebSikder/load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Application (HTTP) Load Balancer created using go.

Start load balancer

go run main.go --backends=http://localhost:3031,http://localhost:3032,http://localhost:3033,http://localhost:3034

Usage

Usage:
  -backends string
        Load balanced backends, use commas to separate
  -port int
        Port to serve (default 3030)

About

Application (HTTP) Load Balancer created using go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors