public
Description: evented I/O for v8 javascript
Homepage: http://tinyclouds.org/node
Clone URL: git://github.com/ry/node.git
ry (author)
Tue Oct 13 03:40:05 -0700 2009
commit  052a4964d12e76bfa8a26d50a72038f2be9f3c9a
tree    34e576cd8a68e6d67e42e1caea8629cd4a812c25
parent  ca2c7d1745b3fa8d4ef89e657a888ce9b914b354
node /
name age message
file .gitignore Sat Oct 03 13:48:33 -0700 2009 Improve "make dist" remove generated doc from r... [ry]
file ChangeLog Sat Nov 07 11:20:30 -0800 2009 bump version [ry]
file LICENSE Wed Oct 07 06:02:42 -0700 2009 Fix build. - Add -f flag to rm on make clean. ... [ry]
file Makefile Wed Oct 07 06:02:42 -0700 2009 Fix build. - Add -f flag to rm on make clean. ... [ry]
file README Fri Oct 09 05:55:29 -0700 2009 Clean up README. [ry]
directory benchmark/ Fri Nov 06 03:53:27 -0800 2009 Fix http_simple server for new API [ry]
directory bin/ Sun Nov 15 06:42:23 -0800 2009 First start at debugger. [ry]
file configure Sat Oct 03 12:46:59 -0700 2009 Don't unnecessarily output the makefile from th... [ry]
directory deps/ Tue Nov 10 08:43:37 -0800 2009 Add 'drain' event to tcp.Connection [ry]
directory doc/ Sat Nov 14 16:06:13 -0800 2009 Add doc for uncaughtException [ry]
directory lib/ Wed Nov 11 09:53:05 -0800 2009 Bugfix for sendBody() and chunked utf8 strings ... [felixge]
directory src/ Sat Nov 14 14:46:37 -0800 2009 Implement process "uncaughtException" event Th... [felixge]
directory test/ Sat Nov 14 14:46:37 -0800 2009 Implement process "uncaughtException" event Th... [felixge]
directory tools/ Mon Oct 12 07:01:22 -0700 2009 Use bundle flags for osx in node-waf [ry]
file wscript Sat Nov 07 11:20:30 -0800 2009 bump version [ry]
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 asciidoc and
xsltproc:

  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.