0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2010-10-24 18:39:36 -07:00
benchmark Add incomplete R plot file 2010-10-20 21:28:49 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
doc bump version to 0.3.0 2010-10-23 16:00:15 -07:00
lib Do not spin on aceept() with EMFILE 2010-10-23 12:28:20 -07:00
src Now working on v0.3.1 2010-10-23 16:01:37 -07:00
test Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
tools Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
.gitignore Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
AUTHORS bump version to 0.3.0 2010-10-23 16:00:15 -07:00
ChangeLog bump version to 0.3.0 2010-10-23 16:00:15 -07:00
config.mak.in Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
configure.ac Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO Do not spin on aceept() with EMFILE 2010-10-23 12:28:20 -07:00

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.