Cross-platform asynchronous I/O
Go to file
2011-08-08 16:07:27 +02:00
build Peter Bright's MSVS fixes 2011-08-06 22:36:59 -07:00
deps/pthread-win32 Peter Bright's MSVS fixes 2011-08-06 22:36:59 -07:00
doc src/ and include/ directories 2011-07-07 07:52:57 -07:00
include Peter Bright's MSVS fixes 2011-08-06 22:36:59 -07:00
src Peter Bright's MSVS fixes 2011-08-06 22:36:59 -07:00
test test, bench: add --list option to runners, prints available tests 2011-08-06 23:57:28 +02:00
.gitignore Build with gyp 2011-08-06 02:17:56 -07:00
AUTHORS Add Matt to the authors 2011-06-28 14:11:47 +02:00
create-msvs-files.bat Build with gyp 2011-08-06 02:17:56 -07:00
LICENSE Add pthread-win32 temporarily 2011-08-06 19:05:13 -07:00
Makefile build: add debug target to Makefile 2011-08-08 16:07:27 +02:00
README Build with gyp 2011-08-06 02:17:56 -07: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.

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.