Node.js JavaScript runtime 🐢🚀
Go to file
Ryan 05d6319fa0 Add benchmark scripts.
To use the benchmarks:

  node benchmarks/run.js

or:

  make benchmark

The numbers reported are the elapsed milliseconds the script took to
complete. Currently only benching HTTP code and timers.
2009-07-13 16:38:55 +02:00
benchmark Add benchmark scripts. 2009-07-13 16:38:55 +02:00
deps Upgrade liboi, which is now called evnet. 2009-07-13 16:38:25 +02:00
src Use assert() for Unwrap checks instead of JS error. 2009-07-13 16:38:55 +02:00
test/mjsunit Bugfix: Sockets not properly reattached if reconnected during disconnect event. 2009-07-13 16:38:55 +02:00
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
website Add res.client to ClientResponse 2009-07-13 16:38:54 +02:00
.gitignore Remove node.Process constructor from API 2009-06-30 13:46:35 +02:00
ChangeLog bump version 2009-06-30 15:18:05 +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 add bug to TODO 2009-07-13 16:38:54 +02:00
configure Add benchmark scripts. 2009-07-13 16:38:55 +02:00
wscript Upgrade liboi, which is now called evnet. 2009-07-13 16:38:25 +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