0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2011-08-12 01:17:05 -07:00
benchmark
cmake
deps Upgrade libuv to 65f71a2 2011-08-12 01:14:46 -07:00
doc Bump version to v0.5.4 2011-08-12 01:17:05 -07:00
lib net_uv: resume on closed net.Socket shouldn't crash 2011-08-11 17:25:54 -07:00
src Bump version to v0.5.4 2011-08-12 01:17:05 -07:00
test Add some debug output to test-child-process-double-pipe 2011-08-11 17:25:55 -07:00
tools
.gitattributes
.gitignore build: .gitignore build/ directory 2011-08-12 01:10:41 +02:00
AUTHORS
BSDmakefile
ChangeLog Bump version to v0.5.4 2011-08-12 01:17:05 -07:00
CMakeLists.txt
config.h.cmake
configure
configure-gyp
CTestConfig.cmake
generate-projects.bat
LICENSE
Makefile
Makefile-gyp
Makefile.cmake
node.gyp
README.cmake
README.md
TODO
TODO.win32
wscript

Evented I/O for V8 javascript.

To build:

./configure
make
make install

To run the tests:

make test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers