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
- 삶
- nextJS
- error
- evm
- express.js
- hardhat
- useState
- typeScript
- JavaScript
- built in object
- bitcoin
- concept
- tailwindcss
- API
- web
- graphQL
- blockchain
- Interface
- Props
- REACT
- CLASS
- 기준
- middleware
- Ethereum
- solidity
- SSR
- HTML
- node.js
- Redux
- CSS
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