/Load-Balancer-Golang

A simple load balancer / reverse proxy written in GoLang.

Primary LanguageGo

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'