Node fork to make it suitable for embedding in Electron
Перейти к файлу
Rasmus Andersson cf909e8725 added dns.getHostByAddr() -- resolve an external IP address to hostname(s) 2010-08-12 16:25:45 -07:00
benchmark
bin
deps Upgrade V8 to 2.3.7 2010-08-12 10:11:03 -07:00
doc Stub out process.title 2010-08-11 12:39:42 -07:00
lib added dns.getHostByAddr() -- resolve an external IP address to hostname(s) 2010-08-12 16:25:45 -07:00
src added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
test added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
tools
.gitignore ignore test/fixtures/hello.txt created by some test(s) 2010-08-09 13:15:28 -07:00
AUTHORS Update AUTHORS 2010-08-04 16:50:59 -07:00
ChangeLog spelling correction 2010-08-06 14:48:38 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile
README
TODO Add TODO list items 2010-08-08 13:37:51 -07:00
configure
wscript added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00

README

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.