libuv
libuv is a new platform layer for Node. Its purpose is to
Install
- All systems
-
curl cmd.cat/libuv.sh
-
Alpine
-
apk add libuv - Arch Linux
-
pacman -S libuv - Fedora
-
dnf install libuv - OS X
-
brew install libuv - Docker
-
docker run cmd.cat/libuv libuvpowered by Commando
libuv
libuv is a new platform layer for Node. Its purpose is to
abstract IOCP on Windows and libev on Unix systems. We intend to eventually contain all platform differences in this library.