Fork me on Github

Multi Threaded Downloader

A browser based multi-threaded downloader implemented in vanilla JavaScript.

Fetches parts of a file using the HTTP Range header and downloads those pieces in parallel. When the pieces have all been downloaded, the original file is re-assembled and saved in the browser's Downloads folder.

This project is under development and still has some bugs.

Demos