ada0l / tb

tiny http balancer written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tb

tb is tiny http balance which I made for fun.

Usage

You can run it in docker. To configure it, You have to create a file in /etc/tb.yml in the container. So, an example of configuration is placed in ./conf.yml

Goals

  • configuration file
  • weighted round-robin/least connections
  • optimize searching of alive backends

Inspired by: kasvith

About

tiny http balancer written in go

License:MIT License


Languages

Language:Go 94.5%Language:Dockerfile 5.5%