📝Sticking to Nestjs

More people need to use Nest.js, they need to make time for love!

It is not my intention to abandon Nestjs, but to use it as a base and focus on resource engineering.

Obviously NestJS has many essential features already available, but in some cases Niro uses a particular approach. For example: Within Nest.js you have an approach for uploading files, but the approach is on-resource and still needs to be implemented in your architecture. The same example using Niro you already have routes to host files for different providers like MongoDB(GridFS), File System and S3, i.e. you don't need to program how to host your files, but to configure the module (Files).

Last updated