Build high-performance APIs with the NextRush framework โ a minimal, modular Node.js/Bun/Deno framework with zero runtime dependencies. Covers functional routing (createApp, createRouter from 'nextrush'), decorator-based controllers (@Controller, @Get, @Post, @Service from 'nextrush/class'), Koa-style async middleware, dependency injection (@Service, @Repository, container, inject), error handling (HttpError hierarchy, errorHandler, catchAsync), guards (@UseGuard, GuardFn, CanActivate), parameter decorators (@Body, @Param, @Query, @Header), Context API (ctx.json, ctx.send, ctx.html, ctx.redirect), and the complete middleware ecosystem (body-parser, cors, helmet, rate-limit, compression, cookies, csrf, multipart, request-id, timer). Also covers plugins (controllers, events, logger, static files, templates, websocket), platform adapters (Node.js, Bun, Deno, Edge/Cloudflare/Vercel/Netlify), and dev tools (CLI with nextrush dev/build/generate). Use this skill whenever the user works with any 'nextrush' or '@nextr
2026-06-09