Express
参考:
Express – Node.js web application framework [Official]
expressjs/express: Fast, unopinionated, minimalist web framework for node – GitHub
導入
参考:
Node.js と Express で Web API を作ってみよう | Subterranean Flower Blog
Node.js + Express で超簡単 API – Qiita
Express を用いた簡単な API の作り方 まとめ – Qiita
Node.js + Express で REST API 開発を体験しよう 作成編 – Qiita
コールバック
参考:
exit block of code with express and node – Stack Overflow
Graceful Shutdown
参考:
Graceful shutdown in NodeJS | Hacker Noon
ルートディレクトリを指定する (app.use)
参考:
Serving Static Resources in Node.js | TutorialsTeacher
How can I include css files using node, express, and ejs? – Stack Overflow
プロジェクト外のファイルを使いたい
参考:
Serving Static Resources in Node.js | TutorialsTeacher
static directory outside of server Code Example | Grepper
Express.js serve files from directory about project root – Stack Overflow