Libuv (original) (raw)

From Wikipedia, the free encyclopedia

Software library for asynchronous I/O

libuv
Stable release 1.51.0 Edit this on Wikidata / 25 April 2025; 5 months ago (25 April 2025)
Repository github.com/libuv/libuv Edit this at Wikidata
Written in C
Operating system Cross-platform
Platform Linux, Android, Windows and OS X/Darwin,[1] FreeBSD, OpenBSD
Type I/O abstraction library
License MIT
Website libuv.org Edit this on Wikidata

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 it is also used by other software projects.[2] It was originally an abstraction around libev or Microsoft IOCP, as libev does not support IOCP on Windows. In node-v0.9.0's version of libuv, the dependency on libev was removed.[3]

From:[1]

According to libuv developer Ben Noordhuis, the name libuv originally had no specific meaning, but as people kept asking about it, so they made something up. They came up with Unicorn Velociraptor, which became the logo of the library.[4]

  1. ^ a b "The libuv project page and source code". GitHub. Retrieved 30 June 2016.
  2. ^ "Projects that use libuv". libuv GitHub project page. Retrieved 13 January 2025.
  3. ^ An introduction to libuv
  4. ^ "What does UV stand for in libuv?". groups.google.com. Retrieved 7 June 2022.