nodeboot-extending-nodeboot
Installation
SKILL.md
Extending Node-Boot
Full source of truth: CONTRIBUTING.md. This skill is a map
of which section to read for a given kind of contribution — read the linked section before
writing code, don't rely on this summary alone for exact code.
1. Server integrations (CONTRIBUTING.md §1)
Every adapter implements NodeBootDriver (from @nodeboot/engine) and extends BaseServer (from
@nodeboot/core). Two classes: XxxServer (creates the framework app, exposed to NodeBoot.run)
and XxxDriver (implements initialize, registerMiddleware, registerAction, registerRoutes,
getParamFromRequest, handleError/handleSuccess).