Nitro
Next Generation Server Toolkit
A Server for the Modern Web
- ๐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.