Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/harshitrv/loadbalancer
- Owner: HarshitRV
- Created: 2023-05-15T17:27:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T05:48:58.000Z (10 months ago)
- Last Synced: 2024-01-25T06:36:06.915Z (10 months ago)
- Topics: expressjs, load-balancer, nodejs, typescript, weighted-round-robin
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```