Skip to main content

Libuv

Libuv is a multi-platform C library that provides support for asynchronous I/O based on event loops, and is the core dependency powering Node.js.

Overview

Libuv handles file system operations, DNS lookups, network connections, child processes, and other asynchronous operations in Node.js.