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