I need to write some code which downloads binary files via an http client and in some cases I may be dealing with dozens/hundreds of files.Additionally, I need my code to be able to return its intermediate download status for a progress bar.I'm trying to use async.parallelLimit with the axios or request modules but even the built-in http library will work fine for me. Having some problems figuring out how to call and use async.parallLimit and haven't found any example online which do exactly this.Does anyone here have a gist showing how to do this?
Submitted January 13, 2019 at 05:33PM by tech_tuna
No comments:
Post a Comment