node/deps/uv
Ryan Dahl 8a9fdedc9e complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
..
doc complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
include complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
msvs Upgrade libuv to 8fd916d6ddc9c7fd0e3e8e668efbc2d782e8e742 2011-06-29 19:35:17 +02:00
src complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
test Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b 2011-07-07 08:56:48 -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 9518ab65949257384bf7e407d8502a6437fdda4b 2011-07-07 08:56:48 -07:00
README Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 2011-06-07 18:59:44 +02:00
config-mingw.mk Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b 2011-07-07 08:56:48 -07:00
config-unix.mk Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b 2011-07-07 08:56:48 -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.