0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2010-03-27 14:07:43 -07:00
benchmark
bin
deps Remove -Werror on V8 -_- 2010-03-26 09:58:21 -07:00
doc Conversion to markdown based API docs. 2010-03-26 18:28:40 -07:00
lib More efficient Stream.write 2010-03-27 14:07:43 -07:00
src
test Fix HTTP keep-alive 2010-03-23 21:10:01 -07:00
tools
.gitignore
AUTHORS
ChangeLog
configure
LICENSE
Makefile Add note about where to find ronn 2010-03-26 19:32:19 -07:00
README Conversion to markdown based API docs. 2010-03-26 18:28:40 -07:00
wscript

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 ronn:

  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.