Skip to content

Load balancer using Node and Express to demonstrate how load is distributed on incoming requests in weighted round robin fashion.

Notifications You must be signed in to change notification settings

HarshitRV/LoadBalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Balancer build using Express.js

Description

A minimal load balancer built using Express.js, that distributes the incoming requests to the servers in a weighted round-robin fashion.

Install Dependencies

npm install

Run

npm start

About

Load balancer using Node and Express to demonstrate how load is distributed on incoming requests in weighted round robin fashion.

Topics

Resources

Stars

Watchers

Forks