Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/intrip/golang-load-balancer

A simple http load balancer in golang
https://github.com/intrip/golang-load-balancer

go golang http

Last synced: 9 days ago
JSON representation

A simple http load balancer in golang

Awesome Lists containing this project

README

        

# A simple Golang HTTP load balancer

[![Build Status](https://travis-ci.org/intrip/golang-load-balancer.svg?branch=http)](https://travis-ci.org/intrip/golang-load-balancer)

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.