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
2010-03-25 09:50:49 -07:00
benchmark Migrates benchmarks to the new api. 2010-03-23 08:13:17 -07:00
bin Making sure node-waf finds its real bindir even when executed through a symlinked path. 2010-03-09 13:05:44 -08:00
deps Upgrade V8 to 2.1.7 2010-03-23 15:19:32 -07:00
doc Merge branch 'master' into net2 2010-03-19 21:48:39 -07:00
lib Change Buffer toString() output 2010-03-25 09:50:49 -07:00
src Clean up NODE_DEBUG detection 2010-03-23 20:56:51 -07:00
test Fix HTTP keep-alive 2010-03-23 21:10:01 -07:00
tools Include lib/ directory in node executable. Compile on demand. 2010-03-15 08:04:35 -07:00
.gitignore
AUTHORS bump version 2010-03-19 21:07:03 -07:00
ChangeLog bump version 2010-03-19 21:07:03 -07:00
configure
LICENSE
Makefile clean should not docclean 2010-03-07 12:13:16 -08:00
README
wscript Merge branch 'master' into net2 2010-03-19 21:48:39 -07: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.