Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan Dahl 3fc9192d0d Add function_call benchmark 2010-09-23 22:27:44 -07:00
benchmark Add function_call benchmark 2010-09-23 22:27:44 -07:00
bin
deps Revert "Upgrade V8 to 2.4.5" 2010-09-22 19:20:06 -07:00
doc Remove old versions of fs.read and fs.write from docs 2010-09-16 18:51:50 -07:00
lib Fixed 'upgrade' event for httpclient 2010-09-23 10:29:20 -07:00
src Don't try to run extension loaders unless they're actually functions 2010-09-22 10:13:25 -07:00
test Fixed 'upgrade' event for httpclient 2010-09-23 10:29:20 -07:00
tools Add lfs flags to node addon script 2010-09-12 21:58:18 -07:00
.gitignore Catch Exceptions thrown when openssl is disabled 2010-09-13 12:04:31 -07:00
AUTHORS bump version 2010-08-20 01:53:08 -07:00
ChangeLog bump version 2010-08-20 01:53:08 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Update make website-upload 2010-08-20 02:00:37 -07:00
README
TODO Update TODO 2010-09-19 13:32:46 -07:00
configure
wscript Don't choose jobs based on processor 2010-09-20 16:51:52 -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.