Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 358 Bytes

File metadata and controls

23 lines (17 loc) · 358 Bytes

AsyncDownloadTest

Simple console application that test download content from urls simultaneously

How to run

Simply change urls.json file and run script

npm start

Custom urls file

Add json file path as first parameter

npm start ./urls.json

Muliply connections

Add number as second parameter.

npm start ./urls.json 3