stravi
v0.0.5
Published
Stravi lightweight Node.js backend framework
Readme
Stravi
Lightweight Node.js backend framework for building fast APIs.
Get Started
npm create stravi@latest my-api
# or
pnpm create stravi@latest my-apiFeatures
- Lightweight Node.js framework focused on fast API development
- Clear middleware flow with global and route-scoped middleware
- Built-in route schema validation for params, query, body, headers, and cookies
- Built-in WebSocket routes with broadcast helpers and shared route context
- Built-in middleware for CORS, logging, static files, and security
- Request and response helpers for JSON, text, HTML, cookies, redirects, and status handling
- Router mounting with nested routes and path parameters
- Small runtime install footprint with no bundled TypeScript dev runner
Links
- Docs: https://stravi-docs.netlify.app/
- GitHub: https://github.com/brennrommel8/stravix
- Issues: https://github.com/brennrommel8/stravix/issues
