본문 바로가기
JS

MERN

by Wanado 2022. 10. 28.
728x90

M - mongoDB  (Database Solution)

더보기

A NoSQL Database which stares "Documents" in "Colllections" (instead of  "Records" in "Tables" as in SQL)

E - Node.js Framework

더보기

A Node Framework which simplifies writing Server-side Code and Logic.

R - Browser-side JavaScript Library

더보기

     A Client-Side (Browser) Library which allows you to build highly reactive user interfaces.

* Render UI whith Dynamic Data

* Handle User Input

* Communicate with Backend Services

 

N - Server-side JavaScript Runtime

 

더보기

A Server-side Runtime: JavaScript on the Server-side

* Listen to Requests and Send Responses

* Execute Server-side Logic

* Interact with Databases and Files

* An Alteranative to PHP, Ruby on Rails, Java etc. is rerely used Standalone

 

 

# https://academind.com/community

728x90

'JS' 카테고리의 다른 글

javascript excel  (0) 2023.03.15
Javascript 배열  (0) 2023.03.15
Javascript 다중체크 값 가져오기  (0) 2023.03.15
Node.js란 (feat. React와 연관성)  (0) 2022.10.28
노마드) 기본문법  (0) 2022.09.01