티스토리 뷰

3. 스크립트

모술/2022/04/16/ ① MERN Stack 개요와 Node 설치

패스트코드블로그 2022. 4. 22. 23:47

MERN stack & MSA

 

React -> A JavaScript library for building user interfaces

Redux -> A Predictable State Container for JS Apps

Next -> The React Framework for Production

Redux Toolkit -> The official, opinionated, batteries-included toolset for efficient Redux development

Redux-Saga -> An intuitive Redux side effect manager.

TypeScript -> JavaScript with syntax for types.



스택구조

 

몽고DB 사이트에서 설명한 MERN stack

 

MERN is one of several variations of the MEAN stack (MongoDB Express Angular Node), where the traditional Angular.js frontend framework is replaced with React.js. Other variants include MEVN (MongoDB, Express, Vue, Node), and really any frontend JavaScript framework can work.

 

MERN은 MongoDB, Express, React, Node의 약자로 스택을 구성하는 4가지 주요 테크놀로지 뒤에 있다.

 

MongoDB - 문서 데이터베이스

Express(.js) - Node.js 웹 프레임워크

React(.js) - 클라이언트 측 JavaScript 프레임워크

Node(.js) - 주요 JavaScript 웹 서버



Express와 Node는 중간(어플리케이션) 계층을 구성한다. Express.js는 서버 측 웹 프레임워크이며 Node.js는 널리 사용되는 강력한 JavaScript 서버 플랫폼이다. 어떤 변종을 선택하든 MEAN은 JavaScript 및 JSON을 사용하는 데 이상적인 접근 방식이다.

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함