πWelcome to Node-Boot
An Opinionated Node.js Framework that Bridges Gaps Across the Expansive Node.js Ecosystem and Abolish the CLI Tyranny.
@EnableDI(Container)
@EnableOpenApi()
@EnableSwaggerUI()
@EnableActuator()
@EnableRepositories()
@NodeBootApplication()
export class FactsServiceApp implements NodeBootApp {
start(port?: number): Promise<NodeBootAppView> {
return NodeBoot.run(ExpressServer, port);
}
}@EnableDI(Container)
@EnableOpenApi()
@EnableSwaggerUI()
@EnableActuator()
@EnableRepositories()
@NodeBootApplication()
export class FactsServiceApp implements NodeBootApp {
start(port?: number): Promise<NodeBootAppView> {
return NodeBoot.run(FastifyServer, port);
}
}Code
Introduction
Dip Dive
π§©ArchitectureπServers ConceptποΈStarters OverviewLast updated