본문 바로가기
프로그래밍

[NestJS] 넌 누구냐!

by CaffeLatte 2021. 2. 28.
 

NestJS - A progressive Node.js framework

NestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Progra

nestjs.com

NestJS는 TypeScript를 이용해 백엔드를 개발하는 프레임워크이다

 

Node.js로 백엔드를 만드는 건 마치 레고와 같다

0에서 시작해 점점 커지고 규칙도 없고 제약도 없고 자유롭다

문제는 너무 자유롭다는 것이다

 

Python은 Django, Java는 Spring이 있고 이들은 규칙이 있다

팀이 있거나 큰 프로젝트를 한다면 어느 정도 규칙이 있어야 좋다

 

NestJS는 규칙과 패턴, 안정감이 있어서 Django, Spring과 견줄 수 있다

그리고 테스팅도 가능하다

 

백엔드 개발시 고려해보자

 

끝.

댓글