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 | 31 |
Tags
- HTML
- concept
- Interface
- express.js
- hardhat
- bitcoin
- node.js
- CLASS
- Props
- 삶
- Redux
- evm
- API
- 기준
- SSR
- JavaScript
- tailwindcss
- REACT
- useState
- graphQL
- middleware
- built in object
- CSS
- typeScript
- Ethereum
- nextJS
- error
- web
- solidity
- blockchain
Archives
- Today
- Total
목록V8 (1)
ReasonJun
In Node.js, the relationship between V8 and libuv
In Node.js, the relationship between V8 and libuv is crucial to understand how Node.js achieves its asynchronous, event-driven, and non-blocking I/O capabilities. Let's break down their roles and how they work together: V8 JavaScript Engine: V8 is an open-source JavaScript engine developed by Google. It's responsible for executing JavaScript code in the Node.js environment. V8 compiles JavaScrip..
Backend/Node.js
2023. 9. 2. 22:58