DEV Community

Discussion on: What's the Node framework landscape like?

Collapse
 
alexkondov profile image
Alex Kondov

I still feel that micro-frameworks are the way to go with Node. Express may not be the most exciting choice but it's reliable, has a good community and the ecosystem is well developed. Frameworks like Nest and Adonis come batteries included but they have much boilerplate in my opinion. If I'm going to be using an opinionated MVC framework I might as well go with a tool in a different language which I know is a staple - Rails, Laravel or something else in those lines.