▲ 17 ▼ ⛈ gobetween - a modern & minimalistic load balancer for the Сloud era
A modern & minimalistic load balancer and reverse-proxy for the ☁️ Cloud era. Under active development and currently in use in several highly loaded production environments.
Register to comment or vote on this story
Lots of great tools like this being written in Go now. Nice comparisons of speed with HAProxy and nginx here: https://github.com/yyyar/gobetween/wiki/Performance-tests
Yes I thought this looked interesting, there are a few reverse proxies/servers written in Go now as the standard library makes it pretty easy.
I was wondering if this could be used instead of load balancers on a VPS (for example on providers like Digital Ocean or Linode). The only thing it is missing that things like haproxy provide is failover to another load balancer if there was a problem, otherwise it does add a single point of failure, not sure how simple it would be to add that.