Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 263 Bytes

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