A simple reverse proxy & load balancer written in Go.
Inspired by Nginx/HAProxy, but minimal and educational.
- Reverse proxy for HTTP requests
- Round-robin load balancing
- Health checks (skip dead servers)
- Built only with Go standard library
go run ./cmd/main.go