libuv

libuv
Stable release 1.8.0 / December 14, 2015 (2015-12-14)
Written in C
Operating system Cross-platform
Platform OpenBSD, Linux, Android, Windows and OS X/Darwin[1]
Type I/O Abstraction Library
License MIT
Website github.com/libuv/libuv

libuv is a software library that provides asynchronous event notification. libuv 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.[1] It was originally an abstraction around libev or Microsoft IOCP, as libev doesn't support Windows. On node-v0.9.0's version of libuv, the dependency on libev was removed.[2] libuv is also available as a Debian package.[3]

Features

From:[1]

See also

References

External links

This article is issued from Wikipedia - version of the Wednesday, January 20, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.