0
0
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/
Go to file
2011-06-27 13:18:31 +02:00
benchmark Add startup memory script to benchmarks 2011-02-18 14:01:04 -08:00
cmake Make sure 'ARCH' get's defined with the CMake build system. 2011-05-06 16:03:39 -07:00
deps Prevent "undefined symbol: ev_rt_now" link errors in third-party modules. 2011-06-23 00:35:35 +02:00
doc Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
lib net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env var 2011-06-20 15:51:03 +02:00
src net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env var 2011-06-20 15:51:03 +02:00
test Test case for issue #1218: uncatchable exception on TLS connection error. 2011-06-27 13:18:31 +02:00
tools Revert "Add --cov code coverage option" 2011-06-17 14:03:05 +02:00
.gitignore hello.txt should be stored in tmpdir 2011-03-18 09:14:15 -07:00
AUTHORS bump version to v0.4.7 2011-04-22 17:06:25 -07:00
ChangeLog Bump to v0.4.8 2011-05-20 19:40:06 -07:00
CMakeLists.txt cmake: dtrace support. 2011-02-18 10:45:25 -08:00
config.h.cmake
configure
CTestConfig.cmake
LICENSE Add reading/writing of floats and doubles from/to buffers 2011-05-15 18:39:07 -07:00
Makefile Use same make as when originally invoked 2011-05-20 08:34:25 -07:00
Makefile.cmake
README.cmake
README.md
TODO
TODO.win32 Fix mingw build 2011-02-04 14:49:50 -08:00
wscript Fixes #1204. Add missing headers files to include 2011-06-20 12:45:44 +02:00

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