Skip to content

sahibjotsingh/Load-Balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Balancer

A simple client-server application showing how to implement the load balancing if we need to increase the performance by distributing the workload across multiple services. All 5 servers, loadbalancer and client(s) that are localhost only.

Features

The load balancer:

  1. Dispatches requests to a group of servers in a Round-Robin fashion (every request is forwarded to a different server in a circular order)
  2. Provides the flexibility to add or subtract servers as demand dictates

Sample Run

  1. First run all servers and the load balancer.
  2. Run the client(s). Write a number and click on send button.

About

A client-server application with a load balancing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages