250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- API
- built in object
- 삶
- Ethereum
- CSS
- express.js
- evm
- middleware
- typeScript
- graphQL
- useState
- Props
- 기준
- solidity
- bitcoin
- web
- SSR
- error
- Interface
- nextJS
- Redux
- REACT
- concept
- blockchain
- tailwindcss
- node.js
- JavaScript
- CLASS
- HTML
- hardhat
Archives
- Today
- Total
목록mvc pattern (1)
ReasonJun

The MVC pattern in Express.js is a software design pattern that separates an application into three interconnected parts: the model, the view, and the controller. The model is responsible for storing and retrieving data. The view is responsible for presenting the data to the user. The controller is responsible for handling user requests and updating the model. The MVC pattern is a popular choice..
Backend/Express.js
2023. 9. 4. 15:57