fastify
Web framework
for
node.js
v3 は 2023/7 EOF
Migration-Guide-V4
Fastify v4 GA. After two years we are excited to… | by Fastify | Medium
Fastify DX というフルスタックなフレームワークは伸びるか?
routing
ファイルに分割したい
plugin として handler を定義して register する形が一般的にか?
plugin
Routes
TS
fastify/types at main · fastify/fastify
fastifyでハンドラに型付けする方法 | DevelopersIO
Directory structure
https://github.com/fastify/help/issues/76
Error
Hooks
Logging
fastify instance の logger を使いたいので、サーバーの初期化は index とは別の server.ts とかで行って、log も server.ts で export するのがよさそう