Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan 03c5772ce4 Get stdin/stdout working. Add process->Close(). 2009-06-21 13:10:00 +02:00
benchmark Add benchmark dir with ruby script 2009-06-18 14:36:30 +02:00
deps upgrade v8 to 1.2.8 2009-06-17 18:15:28 +02:00
src Get stdin/stdout working. Add process->Close(). 2009-06-21 13:10:00 +02:00
test Small clean up in test-http-client-race 2009-06-18 14:50:10 +02:00
website bump version 2009-06-18 23:22:31 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
LICENSE Add waf to LICENSE 2009-06-09 15:20:10 +02:00
README Mentioning the google group in the README and documentation. 2009-06-05 11:38:41 +03:00
TODO add todo list 2009-06-11 02:34:04 +02:00
configure Only run debug tests if the build debug was built 2009-06-16 19:32:31 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript skelton of node.Process 2009-06-20 16:55:40 +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.

To build
./configure
make 
make install