Nitro
Next Generation Server Toolkit
- πRapid Development
Zero config setup with hot module replacement for server code in development.
- πDeploy Anywhere
Deploy the same codebase to any deployment provider with no extra config.
- πΌPortable and Compact
Say goodbye to
node_modules, output size is less than 1MB. - πFilesystem Routing
Automatically registers server and API routes.
- π€Minimal Design
Minimal design to fit into any solution with minimum overhead
- πCode-Splitting
Async chunk loading for fast server startup time and answer.
- πTypeScript
TypeScript support out of the box with few more goodies.
- πΎStorage Layer
Multi driver and platform-agnostic storage system.
- π°Cache API
Powerful built-in caching API.
- π±Hackable
Built to be customized with the plugins hooks system.
- β¨Auto Imports
Automatically import utilities for a minimal and clean codebase. Only the used ones will be added to the final bundle.
- ποΈBackward Compatible
So you can use legacy npm packages, CommonJS and mocking Node.js modules for workers.