Skip to content

coderhs/go-loadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experimental loadbalancer made in go. The main purpose of this tool is for learning, but it does work. So if you want to use it at your own risk go ahead, I am using this in my personal homelab.

Get started

Fill the config.yml file and run the program.

Development/Demo

Start 3 web servers

  • python3 -m http.server 8081
  • python3 -m http.server 8082
  • python3 -m http.server 8083

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages