nodeboot-server-koa
Installation
SKILL.md
Node-Boot on Koa
Use this when Koa is the desired runtime style: thin framework, explicit async middleware, and the same Node-Boot controller model.
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-koa my-app. - Existing app: look for
NodeBoot.run(insrc/app.tsand for@nodeboot/koa-serverinpackage.jsonto confirm this adapter is (or isn't) already wired.