Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 395 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 395 Bytes

Nodejs Load Balancer

Express-based load balancer utilizing cluster module with a round-robin routing approach

Running the Project

Clone the Repo. Make sure you have latest version of Node.js installed.

Install Dependencies

npm install
npm install artillery -g

Start Server

npm start

Run Tests

CD to root of the project

artillery run test.yml