This is a simple load balancer works on application layer. It is designed to be used as a cli command
It is assumed that there are running backend servers on ports 8082, 8083, etc..
cargo run
curl localhost:8081
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the tool. To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
Many thanks to John Cricket for his Coding Challenges, which inspired this solution.