public
Fork of ry/node
Description: purely evented I/O for v8 javascript
Homepage: http://tinyclouds.org/node
Clone URL: git://github.com/KirinDave/node.git
node /
name age message
file .gitignore Thu Apr 16 04:20:22 -0700 2009 update gitignore to work with waf files [ry]
file LICENSE Tue May 26 16:59:31 -0700 2009 add license, readme [ry]
file README Thu May 28 04:45:18 -0700 2009 add long description to website [ry]
file configure Tue May 19 11:31:40 -0700 2009 Add color PASS/FAIL statements. Use python for ... [ry]
directory deps/ Wed May 27 07:29:55 -0700 2009 Change to build on FreeBSD The v8/SConstruct c... [ry]
file js2c.py Mon Jun 22 04:08:32 -0700 2009 Create tools directory Users will need to "mak... [ry]
file jsmin.py Wed Oct 07 06:02:42 -0700 2009 Fix build. - Add -f flag to rm on make clean. ... [ry]
directory src/ Mon Jun 01 03:56:28 -0700 2009 Fix bug: catting non-existent files [ry]
file test-http_simple.js Wed May 20 01:28:10 -0700 2009 HTTP Server: Close 1.0 connections properly. [ry]
directory test/ Mon Jun 01 03:56:28 -0700 2009 Fix bug: catting non-existent files [ry]
file test_client.js Tue May 19 13:32:41 -0700 2009 Clean up tests. Add docs. [ry]
file waf Sat Apr 04 05:50:15 -0700 2009 use the WAF build system [ry]
directory website/ Sun May 31 05:24:10 -0700 2009 work on About on webpage [ry]
file wscript Sun May 31 05:25:07 -0700 2009 bump version to v0.0.2 [ry]
README
Purely evented I/O for V8 javascript.

See http://tinyclouds.org/node for more information.


To build
./configure
make 
make install