isaacs b0adaff67e require looks in node_modules folders
for modules starting with the __dirname and moving up.

This makes it much easier to localize dependencies to a particular program.
2010-10-20 15:45:47 -07:00
2010-06-23 20:05:29 -07:00
2010-10-18 17:13:30 -07:00
2010-10-20 15:45:47 -07:00
2010-10-20 15:45:47 -07:00
2010-10-20 13:03:49 -07:00
2010-10-18 14:54:39 -07:00
2010-10-13 16:20:24 -07:00
2010-08-20 01:53:08 -07:00
2010-08-20 01:53:08 -07:00
2010-05-11 10:25:27 -07:00
2010-10-15 12:11:50 -05:00
2010-07-14 09:50:17 -07:00
2010-09-19 13:32: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.
Description
Languages
JavaScript 61.4%
C++ 23.3%
Python 10.7%
C 2.8%
HTML 0.7%
Other 1%