Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan b6fe4aec50 Module system refactor
There is one major API change in the refactor: filename extensions are now
required when requiring or including modules.

Added extra test to test-module-loading.js.
2009-06-08 15:34:15 +02:00
deps Change to build on FreeBSD 2009-05-27 16:29:55 +02:00
src Module system refactor 2009-06-08 15:34:15 +02:00
test Module system refactor 2009-06-08 15:34:15 +02:00
website Module system refactor 2009-06-08 15:34:15 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
LICENSE add license, readme 2009-05-27 01:59:31 +02:00
README Mentioning the google group in the README and documentation. 2009-06-05 11:38:41 +03:00
configure Add color PASS/FAIL statements. Use python for portability. 2009-05-19 20:31:40 +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
test-http_simple.js HTTP Server: Close 1.0 connections properly. 2009-05-20 10:28:10 +02:00
test_client.js Fix HTTP client output bug. 2009-06-04 15:44:38 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript bump version to v0.0.2 2009-05-31 14:25:07 +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