How to cache .jpg in memory for Express middleware?

前端 未结 0 582
醉话见心
醉话见心 2021-02-12 03:01

I have this Express middleware to deliver thumbnails (.jpeg) on demand:

    app.get(\'/thumb/:index\', function(req, res){
        var index = req.params.index

          


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