Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan Dahl 4c21aa736f Fix name in AUTHORS file 2010-06-23 15:27:56 -07:00
benchmark Add buffer response to http_simple.js 2010-05-04 22:35:55 -07:00
bin node without arguments starts the REPL 2010-06-07 16:15:41 -07:00
deps Upgrade V8 to 2.2.18 2010-06-16 11:46:01 -07:00
doc Add sys.pump 2010-06-22 17:58:09 -07:00
lib Fix error message 2010-06-23 09:09:15 -07:00
src Remove ini.js 2010-06-22 19:37:29 -07:00
test Remove ini.js 2010-06-22 19:37:29 -07:00
tools Execute message tests by default 2010-06-19 20:30:49 -07:00
.gitignore delete changelog.html on 'make docclean' 2010-02-21 23:13:40 -08:00
AUTHORS Fix name in AUTHORS file 2010-06-23 15:27:56 -07:00
ChangeLog bump version 2010-06-21 13:34:10 -07:00
LICENSE License file maintenance. 2010-06-11 12:48:25 -07:00
Makefile Add message tests 2010-06-18 18:14:06 -07:00
README Conversion to markdown based API docs. 2010-03-26 18:28:40 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
wscript bump version 2010-06-21 13:34:10 -07:00

README

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.