0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2010-10-20 17:55:25 -07:00
benchmark use bash instead of sh in http_simple_bench.sh 2010-10-18 17:48:49 -07:00
bin
deps Upgrade V8 to 2.5.0 2010-10-18 17:13:30 -07:00
doc Add ~/.node_modules as well as ~/.node_libraries 2010-10-20 15:46:13 -07:00
lib ChildProcesses cannot be killed if pid is missing 2010-10-20 17:55:25 -07:00
src Add --max-stack-size flag. 2010-10-20 15:57:13 -07:00
test Add some failing tests for path.join 2010-10-20 13:03:49 -07:00
tools Fix test harness for Linux 2010-10-18 14:54:39 -07:00
.gitignore Add 'make bench' script 2010-10-13 16:20:24 -07:00
AUTHORS bump version 2010-08-20 01:53:08 -07:00
ChangeLog bump version 2010-08-20 01:53:08 -07:00
configure
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Add idle connection test 2010-10-15 12:11:50 -05:00
README
TODO Update TODO 2010-09-19 13:32:46 -07:00
wscript ./wscript: allow for cross-compiling of all three supported architectures 2010-10-18 11:39:56 -07: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

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.