DEV Community

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

Collapse
 
lschultebraucks profile image
Lasse Schultebraucks

This of course does not only apply to Node Rest API, this applies to every backend Rest Service, no matter of the technology used.

Also mapping and the separation of DTOs and Enties is very important.