I have this Express middleware to deliver thumbnails (.jpeg) on demand:
app.get(\'/thumb/:index\', function(req, res){ var index = req.params.index