skip to Main Content

Write blocking javascript

I have a tiny server I'm trying to fetch a bunch of files from; ~100 to fetch. I'm using JS to fetch the files using a forEach loop. Unfortunately, the ~100 requests knocks over the server. links.forEach((link) => { const…

VIEW QUESTION
Back To Top
Search