Simple TCP/HTTP/HTTPS load balancer in Go
go get github.com/darkhelmet/balance
# Simple tcp mode
balance tcp -bind :4000 localhost:4001 localhost:4002
# HTTP mode
balance http -bind :4000 localhost:4001 localhost:4002
# HTTPS mode
balance https -bind :4000 -cert ssl.crt -key ssl.key localhost:4001 localhost:4002
GNU AGPL, see LICENSE
file.