0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2011-08-08 15:09:42 -07:00
benchmark
cmake
deps Upgrade libuv to 75c10905 2011-08-08 14:14:47 -07:00
doc add the document of the new api routine: path.relative 2011-08-06 15:02:25 +09:00
lib Child processes: support windowsVerbatimArguments option 2011-08-05 22:57:45 +02:00
src Make MSVS build. 2011-08-06 22:39:28 -07:00
test gyp: fix test runner 2011-08-06 03:12:06 -07:00
tools Revert "Remove scons" 2011-08-08 14:15:51 -07:00
.gitignore Move GYP file to the project root 2011-08-08 12:11:48 -07:00
AUTHORS
BSDmakefile
ChangeLog
CMakeLists.txt
config.h.cmake
configure Unify configure scripts 2011-08-08 15:09:42 -07:00
CTestConfig.cmake
generate-projects.bat generate-project.bat: Point at the right path 2011-08-08 10:25:55 -07:00
LICENSE Revert "Remove scons" 2011-08-08 14:15:51 -07:00
Makefile Bring back old Makefile and configure script 2011-08-08 14:12:44 -07:00
Makefile-gyp Bring back old Makefile and configure script 2011-08-08 14:12:44 -07:00
Makefile.cmake
node.gyp Move GYP file to the project root 2011-08-08 12:11:48 -07:00
README.cmake
README.md [doc] add link to npm search in Readme.md 2011-08-06 15:25:40 +09:00
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