public
Description: evented I/O for v8 javascript
Homepage: http://tinyclouds.org/node
Clone URL: git://github.com/ry/node.git
waveto (author)
Mon Nov 30 07:51:20 -0800 2009
ry (committer)
Mon Nov 30 07:51:20 -0800 2009
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 28 08:04:42 -0800 2009 bump version [ry]
file LICENSE Sat Nov 21 07:27:02 -0800 2009 New http-parser No longer based on Ragel, but ... [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/ Sat Oct 31 11:10:30 -0700 2009 Module refactor - almost CommonJS compatible no... [ry]
file configure Sun Nov 22 14:32:53 -0800 2009 detect ccache and bail out since v8 doens't lik... [janl]
directory deps/ Fri Nov 27 16:38:32 -0800 2009 Fix v8 SConstruct for freebsd [ry]
directory doc/ Sat Nov 28 08:04:42 -0800 2009 bump version [ry]
directory lib/ Mon Nov 30 07:51:20 -0800 2009 Add HTTP client TLS support [waveto]
directory src/ Mon Nov 30 07:51:20 -0800 2009 Add HTTP client TLS support [waveto]
directory test/ Mon Nov 30 07:51:20 -0800 2009 Add HTTP client TLS support [waveto]
directory tools/ Mon Oct 12 07:01:22 -0700 2009 Use bundle flags for osx in node-waf [ry]
file wscript Sat Nov 28 08:04:42 -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.