Zero config setup with hot module replacement for server code in development.
Deploy the same codebase to any deployment provider with no extra config.
Say goodbye to node_modules, output size is less than 1MB.
Automatically registers server and API routes.
Minimal design to fit into any solution with minimum overhead
Async chunk loading for fast server startup time and answer.
TypeScript support out of the box with few more goodies.
Multi driver and platform-agnostic storage system.
Powerful built-in caching API.
Built to be customized with the plugins hooks system.
Automatically import utilities for a minimal and clean codebase. Only the used ones will be added to the final bundle.
So you can use legacy npm packages, CommonJS and mocking Node.js modules for workers.