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
2010-01-20 16:33:20 -08:00
benchmark Update http benchmark script to new url api. 2010-01-10 23:00:58 -08:00
bin
deps Remove -Werror from V8 2010-01-20 09:39:03 -08:00
doc bump version 2010-01-20 11:28:32 -08:00
lib set default encoding in sendBody 2010-01-19 12:43:19 -08:00
src FIX: Promise timeout should not addErrback 2010-01-20 15:01:03 -08:00
test/mjsunit test-http-eof-on-connect missing require('./common') 2010-01-20 10:06:44 -08:00
tools Initial Solaris support 2010-01-19 16:51:27 -08:00
.gitignore
ChangeLog credit Erich in ChangeLog 2010-01-20 16:33:20 -08:00
configure
LICENSE Updated out of date LICENSE file. 2010-01-18 09:11:26 -08:00
Makefile
README
wscript bump version 2010-01-20 11:28:32 -08:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need asciidoc and
xsltproc:

  make doc install
 
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.