Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 401 Bytes

A simple Golang HTTP load balancer

Build Status

A very simple HTTP load balancer written in Golang.

Usage

$ go build
$ ./golang-load-balancer

connect to http://localhost:8080 (default settings)

Configuration

Edit config.yaml to customize your settings.