Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan e25afc35bd Hack to fix module line numbers in stack traces.
This code is going to be refactored with the introduction of the "process"
object. This is just temporary.
2009-07-31 18:49:30 +02:00
benchmark Add benchmark scripts. 2009-07-13 16:38:55 +02:00
deps Upgrade V8 to 1.3.1 2009-07-31 14:36:48 +02:00
src Hack to fix module line numbers in stack traces. 2009-07-31 18:49:30 +02:00
test/mjsunit Default to chunked for client requests without C-Length. 2009-07-31 18:34:27 +02:00
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
website node.tcp.Server's backlog option is now an argument to listen() 2009-07-31 11:59:36 +02:00
.gitignore Remove node.Process constructor from API 2009-06-30 13:46:35 +02:00
ChangeLog bump version 2009-07-27 15:48:16 +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
TODO add bug to TODO 2009-07-13 16:38:54 +02:00
configure Fix 'make test-debug' 2009-07-16 16:54:55 +02:00
wscript Add DNS API. 2009-07-28 12:36:41 +02:00

README

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