An open API service indexing awesome lists of open source software.

https://github.com/harshitrv/loadbalancer

Load balancer using Node and Express to demonstrate how load is distributed on incoming requests in weighted round robin fashion.
https://github.com/harshitrv/loadbalancer

expressjs load-balancer nodejs typescript weighted-round-robin

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```