https://github.com/coderhs/go-loadbalancer
https://github.com/coderhs/go-loadbalancer
golang loadbalancer simple
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderhs/go-loadbalancer
- Owner: coderhs
- Created: 2025-04-29T17:03:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T09:42:47.000Z (about 1 year ago)
- Last Synced: 2025-05-08T01:48:27.922Z (about 1 year ago)
- Topics: golang, loadbalancer, simple
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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