0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-09-11 20:32:24 +02:00
benchmark API: rename node.Process to node.ChildProcess 2009-08-26 22:36:45 +02:00
deps Upgrade v8 to 1.3.10 2009-09-09 22:01:54 +02:00
doc Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 2009-09-11 13:41:47 +02:00
src Add '--' to seperate v8 args from program args 2009-09-11 20:05:22 +02:00
test/mjsunit Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 2009-09-11 13:41:47 +02:00
tools Update test script to use new debug build's name: node_g 2009-08-31 16:12:27 +02:00
.gitignore Man page generation. 2009-09-10 13:40:38 +02:00
ChangeLog bump version 2009-09-05 14:47:56 +02:00
configure Man page generation. 2009-09-10 13:40:38 +02:00
LICENSE
node-repl Add node-repl 2009-09-11 20:32:24 +02:00
README
wscript Add node-repl 2009-09-11 20:32:24 +02:00

Purely evented I/O for V8 javascript.

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

For help and discussion subscribe to the mailing list at 
http://groups.google.com/group/nodejs or send an email to 
nodejs+subscribe@googlegroups.com.

A list of projects using Node can be found at
http://wiki.github.com/ry/node

To build
./configure
make 
make install