mirror of https://github.com/nodejs/node.git
88afc406ca | ||
---|---|---|
.. | ||
build | ||
doc | ||
include | ||
src | ||
test | ||
.gitignore | ||
AUTHORS | ||
LICENSE | ||
Makefile | ||
README | ||
create-msvs-files.bat |
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/ = Build Instructions The build system requires python and subversion. On Unix systems just type make On Windows you can generate the MSVS solution files by running create-msvs-files.bat Open build/all.sln afterwards. = Supported Platforms Microsoft Windows operating systems since Windows XP sp2. It can be built with either Visual Studio. Linux 2.6 and MacOS using the GCC toolchain. Solaris 121 and later using GCC toolchain.