mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
95b409c578
Also remove c-ares since it's included in libuv now. libuv version b7b7df090ca285e53eb51bf518c4e5064876596 |
||
---|---|---|
.. | ||
c-ares | ||
ev | ||
msvs | ||
test | ||
.gitignore | ||
AUTHORS | ||
config-mingw.mk | ||
config-unix.mk | ||
desired-api.md | ||
iocp-links.html | ||
LICENSE | ||
Makefile | ||
ngx-queue.h | ||
README | ||
tree.h | ||
uv-common.c | ||
uv-darwin.c | ||
uv-freebsd.c | ||
uv-linux.c | ||
uv-sunos.c | ||
uv-unix.c | ||
uv-unix.h | ||
uv-win.c | ||
uv-win.h | ||
uv.h |
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.