Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan Dahl f6657c3c9d Move http library to /http.js 2009-09-28 12:36:36 +02:00
benchmark Move http library to /http.js 2009-09-28 12:36:36 +02:00
bin Extract the good parts of node-repl into standalone library. 2009-09-24 00:56:24 +02:00
deps Fixes for libeio wscript on Debian. 2009-09-27 10:55:18 +02:00
doc Move http library to /http.js 2009-09-28 12:36:36 +02:00
lib Move http library to /http.js 2009-09-28 12:36:36 +02:00
src Move http library to /http.js 2009-09-28 12:36:36 +02:00
test/mjsunit Move http library to /http.js 2009-09-28 12:36:36 +02:00
tools Update test script to use new debug build's name: node_g 2009-08-31 16:12:27 +02:00
.gitignore Remove api.xml from gitignore 2009-09-28 11:46:09 +02:00
ChangeLog bump version 2009-09-24 13:51:10 +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 Revert "Add xsl files to doc directory so people can build docs easily" 2009-09-11 20:47:45 +02:00
wscript Move http library to /http.js 2009-09-28 12:36:36 +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