express.static or koa.send consume cpu time which isn't available for your main app loop until file(s) are sent. In details - express.send ...
確定! 回上一頁