Node.js JavaScript runtime 🐢🚀
Go to file
2009-09-23 17:57:12 +02:00
benchmark API: rename node.Process to node.ChildProcess 2009-08-26 22:36:45 +02:00
bin Move node-repl to bin/node-repl 2009-09-20 20:54:19 +02:00
deps Add connection.setNoDelay() to disable Nagle algorithm. 2009-09-23 15:36:34 +02:00
doc Decrease default TCP backlog to 128 2009-09-23 17:57:12 +02:00
lib Add readFile to '/file.js' 2009-09-22 17:28:04 +02:00
src Decrease default TCP backlog to 128 2009-09-23 17:57:12 +02:00
test/mjsunit Tighten window on timer test. 2009-09-23 16:40:04 +02:00
tools Update test script to use new debug build's name: node_g 2009-08-31 16:12:27 +02:00
.gitignore Just add the gernerated doc files. Make life easier. 2009-09-11 20:51:39 +02:00
ChangeLog bump version 2009-09-18 18:32:25 +02:00
configure Revert "Add xsl files to doc directory so people can build docs easily" 2009-09-11 20:47:45 +02:00
LICENSE Add DNS API. 2009-07-28 12:36:41 +02:00
README Add note to README about wiki page 2009-07-24 15:14:59 +02:00
wscript Move node-repl to bin/node-repl 2009-09-20 20:54:19 +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