Skip to content

vipulm124/python-load-balancer-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Load Balancer Algorithm

This project implements a load balancer algorithm in Python. The load balancer distributes incoming network traffic across multiple servers to ensure no single server becomes overwhelmed, improving the overall performance and reliability of the system.

Features

  • Round-robin load balancing
  • Least connections load balancing
  • Weighted Round-robin load balancing
  • Weighted Least connections load balancing
  • Random

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/python-load-balancer-algo.git
  2. Navigate to the project directory:
    cd python-load-balancer-algo

Usage

To run the load balancer, execute the following command:

python3 main.py

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

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

Contact

For any questions or suggestions, please open an issue or contact the repository owner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages