2011-04-18 17:17:40 +00:00
|
|
|
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.
|
|
|
|
|
|
2011-04-18 18:10:18 +00:00
|
|
|
http://nodejs.org/
|
|
|
|
|
|
2011-05-12 02:56:33 +00:00
|
|
|
(This was previously called liboio)
|
|
|
|
|
|
2011-05-28 08:47:47 +00:00
|
|
|
Supported Platforms:
|
2011-05-08 04:35:05 +00:00
|
|
|
|
2011-05-10 23:21:12 +00:00
|
|
|
Microsoft Windows operating systems since Windows XP sp2. It can be built
|
|
|
|
|
with either Visual Studio or MinGW.
|
2011-05-08 04:35:05 +00:00
|
|
|
|
|
|
|
|
Linux 2.6 and MacOS using the GCC toolchain.
|
|
|
|
|
|
2011-05-10 06:53:21 +00:00
|
|
|
Solaris 121 and later using GCC toolchain.
|