mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
54520981a4
Lift prototype methods not only as accessors, but as properties too. this.print() supports javascript objects inspection this.error() implemented, don't throw error at callbacks and commands Fixed list() invokation, when script is not on a breakpoint Removed obsolete process.nextTick from `step` commands |
||
---|---|---|
benchmark | ||
cmake | ||
deps | ||
doc | ||
lib | ||
src | ||
test | ||
tools | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
BSDmakefile | ||
ChangeLog | ||
CMakeLists.txt | ||
common.gypi | ||
config.h.cmake | ||
configure | ||
configure-gyp | ||
CTestConfig.cmake | ||
LICENSE | ||
Makefile | ||
Makefile-gyp | ||
Makefile.cmake | ||
node.gyp | ||
README.cmake | ||
README.md | ||
TODO | ||
TODO.win32 | ||
vcbuild.bat | ||
wscript |
Evented I/O for V8 javascript.
To build:
Unix/Macintosh (requires python >= 2.5.2):
./configure
make
make install
Windows:
vcbuild.bat
To run the tests:
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
To build the documentation:
make doc
To read the documentation:
man doc/node.1