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
- Ethereum
- middleware
- Interface
- Props
- SSR
- built in object
- 기준
- graphQL
- blockchain
- CLASS
- hardhat
- Redux
- HTML
- CSS
- 삶
- JavaScript
- API
- concept
- tailwindcss
- solidity
- evm
- express.js
- node.js
- bitcoin
- typeScript
- useState
- web
- nextJS
- error
- REACT
Archives
- Today
- Total
목록non-blocking (1)
ReasonJun
Node.js : Blocking / non-Blocking
In Node.js, blocking and non-blocking refer to how I/O (input/output) operations are handled by the runtime environment. Understanding the difference between these two approaches is crucial for building efficient and responsive applications, especially in scenarios with high concurrency, such as web servers. Let's explore both concepts: Blocking I/O (Synchronous): In a blocking or synchronous I/..
Backend/Node.js
2023. 9. 3. 23:50