No description
  • JavaScript 64.7%
  • C++ 22.7%
  • Python 8.8%
  • C 2.2%
  • HTML 0.6%
  • Other 0.8%
Find a file
2010-10-24 14:45:39 -07:00
benchmark Add idle connection test 2010-10-23 18:27:59 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps http-parser: Allow whitespace in the 'Content-Length' header. 2010-10-23 18:26:46 -07:00
doc bump version to 0.2.4 2010-10-24 14:45:39 -07:00
lib Make sure Error object on exec() gets killed member 2010-10-24 12:57:57 -07:00
src bump version to 0.2.4 2010-10-24 14:45:39 -07:00
test Make sure Error object on exec() gets killed member 2010-10-24 12:57:57 -07:00
tools bump version to 0.2.4 2010-10-24 14:45:39 -07:00
.gitignore Add 'make bench' script 2010-10-23 18:27:52 -07:00
AUTHORS bump version to 0.2.4 2010-10-24 14:45:39 -07:00
ChangeLog bump version to 0.2.4 2010-10-24 14:45:39 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Add idle connection test 2010-10-23 18:27:59 -07:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO add to todo 2010-09-17 11:11:47 -07:00
wscript Put preprocessor defines into CPPFLAGS not compile flags... 2010-10-01 15:55:46 -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.