nodeboot-server-fastify
Installation
SKILL.md
Node-Boot on Fastify
Use this when the app should stay in Node-Boot but the transport should be Fastify rather than Express.
Fresh start or existing app?
Read ../_shared/fresh-vs-existing.md first, then apply it here:
- Fresh start:
npx degit nodejs-boot/node-boot/samples/sample-fastify my-app. - Existing app: look for
NodeBoot.run(insrc/app.tsand for@nodeboot/fastify-serverinpackage.jsonto confirm this adapter is (or isn't) already wired.