- Comptime decorators: decorators are readed in compilation, reducing memory use with overheads. The code is transformed to a version without decorators, but with helpers for each decorator to handle it.
- Params injection: different of nest, you don't need to use
@Reqdecorator to inject param. The carboner detect the data to be passed observing TypeScript type. - DTS generation: Auto generation of server route types, to use on client.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|