libuv
| libuv | |
|---|---|
| Stable release | 1.52.1
/ 6 March 2026 |
| Written in | C |
| Operating system | Cross-platform |
| Platform | Linux, Android, Windows and OS X/Darwin, FreeBSD, OpenBSD |
| Type | I/O abstraction library |
| License | MIT |
| Website | libuv |
| Repository | |
libuv is a multi-platform C library that provides support for asynchronous I/O based on event loops. It supports epoll(4), kqueue(2), Windows IOCP, Solaris event ports and Linux io_uring. It is primarily designed for use in Node.js but is also used by other software projects. It was originally an abstraction around libev or Windows IOCP, as libev does not support IOCP. In node-v0.9.0's version of libuv, the dependency on libev was removed.