[go: up one dir, main page]

Jump to content

libuv

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Rfl (talk | contribs) at 12:12, 3 October 2016 (clarify intro paragraph). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

libuv
Stable release
1.8.0 / December 14, 2015; 8 years ago (2015-12-14)
Repository
Written inC
Operating systemCross-platform
PlatformFreeBSD, OpenBSD, Linux, Android, Windows and OS X/Darwin[1]
TypeI/O Abstraction Library
LicenseMIT
Websitelibuv.org

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, and Solaris event ports. 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 doesn't support Windows. In node-v0.9.0's version of libuv, the dependency on libev was removed.[3]

Features

From:[1]

See also

References

  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 30 June 2016.
  3. ^ an introduction to libuv