Modular Monolith vs Microservices in NestJS
NestJS에서 모듈화된 단일체와 마이크로서비스의 장단점을 비교한다.
The article compares modular monolith and microservices in NestJS.
AI가 선별한 아티클
NestJS에서 모듈화된 단일체와 마이크로서비스의 장단점을 비교한다.
The article compares modular monolith and microservices in NestJS.
NestJS는 Express 위에서 작동하며, 같은 req,res 객체를 사용합니다.
NestJS runs on top of Express, using the same req, res objects.