Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan Dahl 4125822bed all errors go to req object 2011-01-20 18:10:15 -08:00
benchmark
cmake
deps
doc
lib all errors go to req object 2011-01-20 18:10:15 -08:00
src Fix memory corruption bug on Windows 2011-01-20 01:41:16 +01:00
test
tools
.gitignore
AUTHORS
CMakeLists.txt
CTestConfig.cmake
ChangeLog
LICENSE
Makefile
Makefile.cmake
README
README.cmake
TODO
TODO.win32
config.h.cmake
configure
wscript Disable gdbjit by default 2011-01-20 18:04:09 -08: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.