Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/intrip/golang-load-balancer
- Owner: intrip
- Created: 2017-07-29T23:22:58.000Z (over 7 years ago)
- Default Branch: http
- Last Pushed: 2017-12-30T09:01:17.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T15:57:31.020Z (5 months ago)
- Topics: go, golang, http
- Language: Go
- Homepage:
- Size: 9.29 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.