cramforce / node forked from ry/node

evented I/O for v8 javascript

This URL has Read+Write access

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 Sun Dec 06 08:59:37 -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 Sat Dec 05 22:35:26 -0800 2009 Use --jobs=1 with WAF Some people were reporti... [ry]
file README Fri Oct 09 05:55:29 -0700 2009 Clean up README. [ry]
directory benchmark/ Sun Dec 06 09:36:32 -0800 2009 Add http.Client.prototype.request() Change the... [Christopher Lenz]
directory bin/ Sat Oct 31 11:10:30 -0700 2009 Module refactor - almost CommonJS compatible no... [ry]
file configure Sat Dec 05 22:35:26 -0800 2009 Use --jobs=1 with WAF Some people were reporti... [ry]
directory deps/ Fri Dec 18 06:45:53 -0800 2009 Fix kqueue check (broke it in last commit) [ry]
directory doc/ Fri Dec 18 07:17:10 -0800 2009 Documentation for the assert module [Micheil Smith]
directory lib/ Loading commit data...
directory src/
directory test/
directory tools/ Wed Dec 09 05:27:33 -0800 2009 Upgrade waf to 1.5.10 [ry]
file wscript Fri Dec 18 06:37:24 -0800 2009 note about why execinfo detection fails on Darw... [Rasmus Andersson]
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.