Based on ExpressNubie is built on top of Express, giving you full compatibility with its middleware, tools, and ecosystem — while removing boilerplate.
Built-in Validation & JWT AuthenticationDefine DTOs with decorators to enforce input validation automatically, and secure your routes easily with role-based JWT authentication.
Decorator-Driven RoutingUse simple decorators like @HttpGet and @HttpPost to define routes declaratively, making your API clean, predictable, and easy to maintain.