isaacs d39d3cec65 Make the javascript module API nodey.
Add a createScript function, and put stuff on exports instead of hiding
it in exports.Script.
2010-11-15 00:44:08 -08:00
2010-11-13 14:38:25 -08:00
2010-11-15 00:44:08 -08:00
2010-11-13 14:26:42 -08:00
2010-11-14 22:49:26 -08:00
2010-11-15 00:43:53 -08:00
2010-10-23 16:00:15 -07:00
2010-10-23 16:00:15 -07:00
2010-11-01 16:51:20 -07:00
2010-11-15 00:43:53 -08:00
2010-07-14 09:50:17 -07:00
2010-11-14 23:44:34 -08:00
2010-11-14 22:46:26 -08: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%