An open API service indexing awesome lists of open source software.

https://github.com/coderhs/go-loadbalancer


https://github.com/coderhs/go-loadbalancer

golang loadbalancer simple

Last synced: 8 months ago
JSON representation

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