Skip to content

krapie/plumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plumber

Plumber is a L7 load balancer from scratch in Go.

Installation

# Clone the repository
git clone https://github.com/krapie/plumber.git

# Build the binary
cd plumber
make build

Usage

# Start the load balancer
./bin/plumber

For more usage, see USAGE.md.

Roadmap

See ROADMAP.md for more details.