-
Nest.JS - Node Framework (Backend)Node, Nest.JS, Express 2022. 7. 15. 14:50
당근마켓이 사용하면서 유명해진 Node framework가 Nest.js 입니다.
Laravel -> Symphony -> PHP의 구조처럼
Nest.JS -> Express/Fastapi -> Node.JS와 같은 구조라고 생각하면 됩니다.
사이트 개발이 필요한 주요한 package들을 모으고 구조화 해서 만들어지는 것으로
TypeScript를 기본으로 하고 있어서, JavaScript에 익숙한 프런트 개발자들이 접근하기 좋습니다.
Dextto님의 wikidocs
NestJS로 배우는 백엔드 프로그래밍 - WikiDocs
NestJS로 배우는 백엔드 프로그래밍
> # 📝 책 구성을 리뉴얼했습니다. 추가된 챕터와 내용이 많이 있으니 참고하세요. 📝 ## 기획 의도 NestJS는 국내에서도 점점 인기를 얻어 모두싸인, 당근마켓 ...
wikidocs.net
Nest.js 공
NestJS - A progressive Node.js framework
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 Programming), FP (Functional Programming), and FRP (Functional Reactive Progr
nestjs.com
Nest.js Github
GitHub - nestjs/nest: A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applica
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀 - GitHub - nestjs/nest: A pro...
github.com
Express는 5x 개발을 하는 과정에서 프로젝트가 중단되었고, 한동안 쉬다가 2022년부터 조금씩 패치하고 있습니다.
Express - Node.js web application framework (expressjs.com)
Express - Node.js web application framework
Fast, unopinionated, minimalist web framework for Node.js $ npm install express --save
expressjs.com
Node.JS의 프레임워크로 속도가 좋다고 합니다.
FastAPI
FastAPI FastAPI framework, high performance, easy to learn, fast to code, ready for production Documentation: https://fastapi.tiangolo.com Source Code: https://github.com/tiangolo/fastapi FastAPI is a modern, fast (high-performance), web framework for buil
fastapi.tiangolo.com
반응형'Node, Nest.JS, Express' 카테고리의 다른 글
nest.js + svelte kit 개발 방법론이 틀렸다? (0) 2022.11.05