1# libuv
2
3## Introduction
4
5libuv is a cross-platform library that implements asynchronous I/O based on event loops. It is mainly used in Node.js.
6
7## Supported Capabilities
8
9libuv implements cross-platform asynchronous I/O based on event loops.
10
11It supports standard lib interfaces.
12