Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan ea29e137b5 Hack for compiling on Snow Leopard.
I don't have access to this OS to fix the issue properly, so for the moment
I'm reverting back to 32bit build on Darwin. We changed to native 64bit in
8ddf930901.

Thanks to Johan Dahlberg and Tim Caswell for reporting and debugging this.
2009-09-05 14:40:12 +02:00
benchmark API: rename node.Process to node.ChildProcess 2009-08-26 22:36:45 +02:00
deps Hack for compiling on Snow Leopard. 2009-09-05 14:40:12 +02:00
src Bugfix: Trap exceptions in URIParser. 2009-09-04 17:42:00 +02:00
test/mjsunit Bugfix: Trap exceptions in URIParser. 2009-09-04 17:42:00 +02:00
tools Update test script to use new debug build's name: node_g 2009-08-31 16:12:27 +02:00
website Small change to website index.html 2009-09-05 14:39:24 +02:00
.gitignore Add node node_g to gitignore. 2009-08-24 12:59:17 +02:00
ChangeLog bump version 2009-09-04 12:35:30 +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
configure Restyle website/api.html. Now looks like the front page. 2009-08-25 17:25:39 +02:00
wscript Hack for compiling on Snow Leopard. 2009-09-05 14:40:12 +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