Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan Dahl 51ecba8da9 Add get/set methods to Buffer 2010-08-19 23:29:06 -07:00
benchmark Add buffer_creation benchmark 2010-08-19 01:40:28 -07:00
bin
deps Fix V8 build for old gcc 2010-08-18 22:50:16 -07:00
doc Remove YAWS vs Apache benchmark 2010-08-19 19:25:00 -07:00
lib Add get/set methods to Buffer 2010-08-19 23:29:06 -07:00
src Make process.nextTick worlds faster for large queues. 2010-08-19 19:19:18 -07:00
test Fix race conditions in test-dgram-multicast.js 2010-08-19 18:49:27 -07:00
tools
.gitignore
AUTHORS
ChangeLog bump version 2010-08-13 09:02:10 -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 2010-08-17 08:16:43 -07:00
configure
wscript Fix process.platform 2010-08-18 13:16:32 -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.