Load-Balancer-Golang icon indicating copy to clipboard operation
Load-Balancer-Golang copied to clipboard

A simple load balancer / reverse proxy written in GoLang.

Load Balancer

A simple load balancer / reverse proxy written in GoLang.

Features

  • Acts as a reverse proxy, sitting between clients and web servers.
  • Distributes load between different web servers based on number of connections currently active
  • Falls back on other web-servers if one goes down

Future Features

Issues tagged 'feature'