Application (HTTP) Load Balancer created using go.
go run main.go --backends=http://localhost:3031,http://localhost:3032,http://localhost:3033,http://localhost:3034Usage:
-backends string
Load balanced backends, use commas to separate
-port int
Port to serve (default 3030)