Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit")
- Update documentation.

- Depreciation message for onExit().
2009-08-26 22:14:44 +02:00
benchmark Use flat object instead of array-of-arrays for HTTP headers. 2009-08-23 12:32:49 +02:00
deps Upgrade v8 to 1.3.7 2009-08-25 13:47:18 +02:00
src Replace onExit() with process.addListener("exit") 2009-08-26 22:14:44 +02:00
test/mjsunit Replace onExit() with process.addListener("exit") 2009-08-26 22:14:44 +02:00
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
website Replace onExit() with process.addListener("exit") 2009-08-26 22:14:44 +02:00
.gitignore Add node node_g to gitignore. 2009-08-24 12:59:17 +02:00
ChangeLog Add sha1 hashes to ChangeLog 2009-08-24 13:02:55 +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 Introduce node.stdio 2009-08-24 21:20:26 +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