Skip to content

Simple program to test upload and download speed with NodeJS and PM2 cluster

License

Notifications You must be signed in to change notification settings

Hydradox/NodeJS-Speed-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Speed-Test

Simple program to test upload speed in a Node JS server.

Web application will open in port 3000. If you need another port, change it in index.js file

Installation

!! THIS PROGRAM IS IN DEVELOPMENT, IT MAY NOT WORK PROPERLY !!

Clone the repository to your local machine

git clone https://github.com/Hydradox/NodeJS-Speed-Test.git

Navigate to folder and install dependencies

npm install

Start the program

# Run with PM2 in cluster mode (only working on Linux)
npm start
# and stop PM2 execution
npm stop

# Or run in test mode with console logging (Working on all platforms)
npm test

About

Simple program to test upload and download speed with NodeJS and PM2 cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published