0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2011-08-22 11:30:45 -07:00
benchmark bench: make number of response body chunks configurable in http_simple 2011-08-17 23:26:23 +02:00
cmake
deps import openssl from chrome 2011-08-22 11:30:45 -07:00
doc Doc improvements 2011-08-23 00:18:46 +09:00
lib Fix #1546 some more. Remove expensive debug call. 2011-08-17 22:53:42 +02:00
src Fix #1563. overflow in ChildProcess custom_fd. 2011-08-20 12:39:40 -07:00
test Fix #1563. overflow in ChildProcess custom_fd. 2011-08-20 12:39:40 -07:00
tools Complete GYP support for Python 2.5.2 2011-08-15 18:26:48 -07:00
.gitattributes Explicitly disable cr/lf conversion for test fixtures 2011-08-10 19:59:37 +02:00
.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
common.gypi gyp: Support Linux 2011-08-15 21:17:02 -04:00
config.h.cmake
configure Revert "Unify configure scripts" 2011-08-09 10:19:48 -07:00
configure-gyp import openssl from chrome 2011-08-22 11:30:45 -07:00
CTestConfig.cmake
generate-projects.bat Rename gyp files to produce useful solution names. 2011-08-13 19:57:42 -07:00
LICENSE Revert "Remove scons" 2011-08-08 14:15:51 -07:00
Makefile test: enable simple/test-http-dns-error for make test-uv 2011-08-12 15:46:44 +02:00
Makefile-gyp Fix GYP build on OSX 2011-08-15 13:41:07 -07:00
Makefile.cmake
node.gyp import openssl from chrome 2011-08-22 11:30:45 -07:00
README.cmake
README.md
TODO
TODO.win32
wscript typed arrays: integrate plask's typed array implementation 2011-08-12 18:42:24 +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