nodeboot-server-native-http
Installation
SKILL.md
Node-Boot on native http
Use this when the goal is "just Node's HTTP server" without Express, Fastify, or Koa.
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-native-http my-app(orsamples/sample-native-http-supabasefor a persistence-combined starting point). - Existing app: look for
NodeBoot.run(insrc/app.tsand for@nodeboot/http-serverinpackage.jsonto confirm this adapter is (or isn't) already wired.