0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-10-03 22:48:33 +02:00
benchmark API: Move node.exit() to process.exit(). 2009-09-28 18:48:18 +02:00
bin Clean up some things in the repl, add docs. 2009-09-28 18:48:19 +02:00
deps
doc Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
lib Documentation for Multipart parser 2009-10-03 18:06:24 +02:00
src Install wafadmin into $PREFIX/lib/node/wafadmin 2009-10-03 19:09:00 +02:00
test/mjsunit Bugfix: require() and include() should work in callbacks. 2009-09-29 19:28:54 +02:00
tools Use waf-light instead of waf 2009-10-02 17:05:42 +02:00
.gitignore Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
ChangeLog bump version 2009-09-30 23:21:25 +02:00
configure Don't unnecessarily output the makefile from the configure script. 2009-10-03 21:46:59 +02:00
LICENSE http.js license reference 2009-09-28 18:48:17 +02:00
Makefile Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
README
wscript Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +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