Node's fs module can give us a readable stream for any file using the createReadStream method. We can pipe that to the response object: const fs = require('fs ...
確定! 回上一頁