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

https://github.com/ahtrahdis7/load-balancer-node

This repo contains the code to use a basic load balancer with there different servers at ports 3000, 3001, 3002, 3003
https://github.com/ahtrahdis7/load-balancer-node

express http http-server javascript nodejs nodejs-server

Last synced: about 1 year ago
JSON representation

This repo contains the code to use a basic load balancer with there different servers at ports 3000, 3001, 3002, 3003

Awesome Lists containing this project

README

          

# Load Balancer using Node + Express

## How to run ?

1. Open up 3 terminal windows
2. `node server.js`
3. `node lb.js`
4. `node test.js` or `python3 test.py`
5. Adjust the parameters in the test program and observe the results/latency.