0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-06-27 19:06:29 +02:00
benchmark Add benchmark dir with ruby script 2009-06-18 14:36:30 +02:00
deps Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
src Fix issue in 5b7fb10 2009-06-27 00:13:37 +02:00
test/mjsunit Add failing test. Process spawning loop. 2009-06-27 00:11:20 +02:00
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
website Add some notes about extent of HTTP API 2009-06-27 19:06:29 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
configure Add make test-all 2009-06-27 00:49:47 +02:00
LICENSE Add scons to LICENSE 2009-06-22 14:15:10 +02:00
README Mentioning the google group in the README and documentation. 2009-06-05 11:38:41 +03:00
TODO Create tools directory 2009-06-22 13:08:32 +02:00
wscript bump version 2009-06-24 16:43:37 +02:00

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