Skip to content

Application layer load balancer using Round-Robin algorithm

License

Notifications You must be signed in to change notification settings

yildirimmurat/load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Application layer load balancer using Round-Robin algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages