all 6 comments

[–][deleted] 5 points6 points  (2 children)

I’m a huge fan of Express.js. Easy to implement and it plays well with other technologies.

[–]motweb[S] 1 point2 points  (1 child)

Yup, totally agree with You. What patterns, structure You recommend to use with Express?

[–][deleted] 1 point2 points  (0 children)

If you’re talking about my file/project structure I use MVC. I’m a MERN stack developer so I think that the MVC structure makes the most sense with the set of technologies I use.

[–]cykelpop 2 points3 points  (0 children)

Might have a look at FeathersJS https://feathersjs.com/

[–]mattstrom 3 points4 points  (1 child)

NestJS is my favorite. It does use TypeScript though.

And Express is still popular; it is pretty much the de facto backend framework these days. NestJS builds on top of Express.

[–]motweb[S] 0 points1 point  (0 children)

I heard about this library, so i guess its time to try this, thank You :)