Node.js Express send huge data to client vanilla JS

后端 未结 0 671
孤独总比滥情好
孤独总比滥情好 2021-02-10 19:46

In my application I read huge data of images, and send the whole data to the client:

const imagesPaths = await getFolderImagesRecursive(req.body.rootPath);
const          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题