DEV Community

Discussion on: Handling a lot of requests in JavaScript with promises

Collapse
 
wedneyyuri profile image
Wédney Yuri

Thanks for the article, the content is very good. I have the impression that the functions you use to generate the chunks could be modules in npm, do you suggest any in particular?

Collapse
 
karataev profile image
Eugene Karataev

Thanks. Actually I saw a similar module with promise patterns on npm several months ago, but can't find it now after googling for couple of minutes.
In my projects I use these promise helpers directly, without installing a module from npm.