| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- built in object
- CLASS
- Redux
- Props
- Ethereum
- 기준
- solidity
- express.js
- evm
- nextJS
- JavaScript
- web
- bitcoin
- tailwindcss
- graphQL
- 삶
- hardhat
- concept
- CSS
- API
- typeScript
- Interface
- REACT
- error
- useState
- middleware
- node.js
- SSR
- blockchain
- HTML
- Today
- Total
목록libuv (2)
ReasonJun
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..
libuv is a multi-platform support library primarily developed for use by Node.js. It provides an abstraction layer for asynchronous I/O operations, networking, concurrency control, and other essential functionality required by event-driven, non-blocking applications like Node.js. Here are some key points about libuv: Cross-Platform: One of the primary goals of libuv is to provide a consistent AP..