Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 4 hours 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
```