Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 821 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 821 Bytes

Application Layer Load Balancer

This is a simple load balancer works on application layer. It is designed to be used as a cli command

Usage

It is assumed that there are running backend servers on ports 8082, 8083, etc..

cargo run
curl localhost:8081

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests to improve the tool. To contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

Credits

Many thanks to John Cricket for his Coding Challenges, which inspired this solution.