0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-10-06 16:28:52 +02:00
benchmark Remove include() add node.mixin() 2009-10-05 15:46:31 +02:00
bin Remove include() add node.mixin() 2009-10-05 15:46:31 +02:00
deps Add Makefiles which were forgotten. 2009-10-03 22:48:44 +02:00
doc Add __module to reference current node.Module object. 2009-10-05 21:01:30 +02:00
lib Parse queryString into req.uri.params 2009-10-05 14:52:26 +02:00
src Only arguments before -- should be passed to V8. 2009-10-06 16:28:52 +02:00
test/mjsunit Remove include() add node.mixin() 2009-10-05 15:46:31 +02:00
tools Modify node_addon configure api 2009-10-04 11:50:53 +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 Simplify 'make distclean' by just doing 'rm -rf build' 2009-10-06 00:44:08 +02:00
README Add note to README about wiki page 2009-07-24 15:14:59 +02:00
wscript Remove node.pc 2009-10-05 13:04:21 +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