DEV Community

Discussion on: There was Rails, then Laravel and now Adonis js

Collapse
 
paztek profile image
Matthieu Balmes

I also strongly suggest NestJS as a full stack Node.JS framework. It’s built on top of Express (but you can switch to fastify).
It has adapters for TypeORM, Sequelize or Mongoose. And the dependency injection really helps with large projects.