Skip to content

biud436/stingerloom

Repository files navigation

Stingerloom

Modern TypeScript framework with decorators and dependency injection for Node.js

Features

  • Decorator-based routing, controllers, and middleware
  • Built-in dependency injection and provider lifecycle
  • Pluggable HTTP adapters (Loom, Fastify, Express)
  • Integrated CLI for project scaffolding and development
  • Optional ORM, template rendering, and validation modules

Quick Start

npx create-stingerloom@latest --name <my-app>

Example

@Controller("/hello")
export class HelloController {
  @Get()
  hello() {
    return { message: "Hello, Stingerloom" };
  }
}

More examples are available in the sample directory.

About

Modern TypeScript framework with decorators and dependency injection for Node.js.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors