Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Sami Samhuri 56df0cbf93 new api for defining repl commands 2010-10-18 13:46:54 -07:00
benchmark
bin
deps
doc
lib
src
test A big base64 file encoding/decoding test 2010-10-18 11:36:23 -07:00
tools
.gitignore
AUTHORS
ChangeLog
LICENSE
Makefile
README
TODO
configure
wscript

README

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
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.