Skip to content

Repository files navigation

Load Balancer Project

Overview

This project implements a simple load balancer using Flask in Python. The load balancer supports five common load balancing algorithms:

  1. Round Robin
  2. Weighted Round Robin
  3. Least Connections
  4. Least Response Time
  5. IP Hash

Additionally, it includes health checks for the backend servers.

Use Docker to simulate 3 servers and distribute traffic to the servers.

Technologies:

  • Python (Flask, Multi-Threading)
  • HTML/CSS/JavaScript
  • Load Balancer
  • Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages