Plumber is a L7 load balancer from scratch in Go.
# Clone the repository
git clone https://github.com/krapie/plumber.git
# Build the binary
cd plumber
make build
# Start the load balancer
./bin/plumber
For more usage, see USAGE.md.
See ROADMAP.md for more details.