nodeboot-server-express

Installation
SKILL.md

Node-Boot on Express

Use this when Express is the safest default: the sample app keeps the normal Node-Boot model and simply boots with ExpressServer.

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-express my-app.
  • Existing app: look for NodeBoot.run( in src/app.ts and for @nodeboot/express-server in package.json to confirm this adapter is (or isn't) already wired.

Minimal setup

From samples/sample-express/src/app.ts:

Installs
1
GitHub Stars
10
First Seen
Aug 11, 2026
nodeboot-server-express — nodejs-boot/node-boot