Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan ed8c43d2f3 Bugfix: Negative ints in HTTP's on_body and node.fs.read()
Similar to the error fixed in
9d3ed1bb92.

Reported by Felix Geisendörfer.
2009-08-09 18:10:16 +02:00
benchmark Fix http benchmark. Wasn't correctly dispatching. 2009-08-08 21:51:28 +02:00
deps Add -m32 gcc flag to udns build. 2009-08-08 16:58:06 +02:00
src Bugfix: Negative ints in HTTP's on_body and node.fs.read() 2009-08-09 18:10:16 +02:00
test/mjsunit Bugfix: response.setBodyEncoding("ascii") not working. 2009-08-09 18:04:10 +02:00
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
website bump version 2009-08-06 14:01:26 +02:00
.gitignore Remove node.Process constructor from API 2009-06-30 13:46:35 +02:00
ChangeLog Add SHA1 hash values to ChangeLog and fix formating. 2009-08-07 15:45:11 +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 node.version 2009-08-03 17:51:35 +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