# libuv ## Introduction libuv is a cross-platform library that implements asynchronous I/O based on event loops. It is mainly used in Node.js. ## Supported Capabilities libuv implements cross-platform asynchronous I/O based on event loops. It supports standard lib interfaces.