Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan Dahl 23d680bb85 Allow parallel jobs to be passed to V8 build
e.g. JOBS=2 make
2010-05-13 16:24:28 -07:00
benchmark
bin
deps
doc
lib Handle empty files with fs.readFile 2010-05-13 12:42:17 -07:00
src
test Handle empty files with fs.readFile 2010-05-13 12:42:17 -07:00
tools
.gitignore
AUTHORS
ChangeLog
LICENSE
Makefile Allow parallel jobs to be passed to V8 build 2010-05-13 16:24:28 -07:00
README
configure
wscript Allow parallel jobs to be passed to V8 build 2010-05-13 16:24:28 -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.