Skip to content

ZanogeaDumitru/speedTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed Test Project

This project is a simple tool for testing network speed, including upload, download, and ping.

Requirements

  • Node.js: Ensure you have Node.js installed on your system. You can download it from here.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/speedTest.git

Navigate to the project directory:

cd repository-name Install the dependencies:

npm install

or

pnpm install Starting the Project To start the server, use the following command: node server.js

Server Configuration You can change the servers for download, upload, and ping by modifying the following properties in the server.js file: const TEST_SERVER_HOST = 'ping_server_url'; const DOWNLOAD_URL = 'download_server_url'; const UPLOAD_SERVER = 'upload_server_url';

Notes The upload speed calculation with real-time feedback is to be improved. Make sure to test the project in an appropriate environment and adjust configurations as needed for your requirements.

Contributions If you wish to contribute to this project, feel free to open issues or submit pull requests.

License This project is open source.

Let me know if you need any further modifications!

About

Smart console Speed test tool with Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published