Skip to content

DARSHANR007/LoadBalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Load Balancer


This project is a Java-based implementation of a load balancer designed to distribute incoming client requests across multiple backend servers to ensure even load distribution and fault tolerance.

Algorithms Implemented Round-Robin

Least Connections

Weighted Round-Robin

IP Hashing

Random Selection

About

A lightweight Java-based load balancer that routes incoming requests to multiple backend servers using strategies like round robin. It simulates traffic distribution, handles basic server health checks, and demonstrates core load balancing concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages