DEV Community

Discussion on: Why should you separate Controllers from Services in Node REST API's?

Collapse
 
mazyvan profile image
Iván Sánchez

Have you guys ever tried nest.js? It is a really really cool node.js framework that solved many of the architectural design problems on node applications. It's very SOLID friendly and uses all of this great kind of stuff (Controllers, Services, Entities, DTOs, Repositories, and many more) also it uses typescript by default and is build on top of express.js

I'm thinking of write a post about it. So follow me to check it out later.

Collapse
 
anduser96 profile image
Andrei Gatej

Sounds awesome! Can’t wait for the post!