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.
Fill the config.yml
file and run the program.
Start 3 web servers
- python3 -m http.server 8081
- python3 -m http.server 8082
- python3 -m http.server 8083