Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Peter Griess 4e3c5d88b3 Coverity fixes: src/node.cc 2010-07-12 13:20:26 -07:00
benchmark fix whitespace errors 2010-06-29 23:59:24 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps hack fix to v8 2.2.23 2010-07-07 20:10:01 +02:00
doc docs for dgram module (UDP and unix sockets) 2010-07-12 11:18:52 -07:00
lib Fix headers with empty value. 2010-07-07 18:46:24 +02:00
src Coverity fixes: src/node.cc 2010-07-12 13:20:26 -07:00
test Fix headers with empty value. 2010-07-07 18:46:24 +02:00
tools Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -07:00
.gitignore Amend .gitignore 2010-07-01 14:29:50 -07:00
AUTHORS bump version 2010-07-03 08:37:46 +02:00
ChangeLog bump version 2010-07-03 08:37:46 +02:00
LICENSE Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -07:00
Makefile Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -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-07-03 08:37:46 +02: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.