标签: javascript node.js asynchronous
所以我想抓取一个网站,但我不想一次发送200个请求,也许是5个。
for (i=0; i<=200; i++) { asyncFunction() // I want to limit this, so only 10 functions re gettibg called per time }