node/deps/uv
Ryan Dahl 2e16ae703e Upgrade libuv to 4eff34da4 2011-07-18 16:26:37 -07:00
..
doc complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
include Upgrade libuv to 4eff34da4 2011-07-18 16:26:37 -07:00
msvs Upgrade libuv to f5ff8694 2011-07-14 14:29:24 -07:00
src Upgrade libuv to 4eff34da4 2011-07-18 16:26:37 -07:00
test Upgrade libuv to 4eff34da4 2011-07-18 16:26:37 -07:00
.gitignore Upgrade libuv. 2011-06-17 19:53:19 +02:00
AUTHORS Upgrade libuv to 8fd916d6ddc9c7fd0e3e8e668efbc2d782e8e742 2011-06-29 19:35:17 +02:00
LICENSE Upgrade libuv 2011-07-01 09:30:44 -07:00
Makefile Upgrade libuv to f5ff8694 2011-07-14 14:29:24 -07:00
README Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 2011-06-07 18:59:44 +02:00
config-mingw.mk Upgrade libuv to f5ff8694 2011-07-14 14:29:24 -07:00
config-unix.mk Upgrade libuv to f5ff8694 2011-07-14 14:29:24 -07:00

README

This is the new networking 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.

http://nodejs.org/

(This was previously called liboio)

Supported Platforms:

Microsoft Windows operating systems since Windows XP sp2. It can be built
with either Visual Studio or MinGW.

Linux 2.6 and MacOS using the GCC toolchain.

Solaris 121 and later using GCC toolchain.