A simple layer 7 load balancer written in Rust providing the following functionality.
- Distributes client requests efficiently across multiple servers.
- Ensures high availability and reliability by sending requests only to servers that are online.
- Add or subtract servers as demand dictates.