Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
isaacs da2f4b2dc4 support for package.json
This adds basic support for situations where there is a package.json
with a "main" field.  That "main" module is used as the code that is
loaded when the package folder is required.
2011-02-07 11:00:22 -08:00
benchmark
cmake
deps
doc support for package.json 2011-02-07 11:00:22 -08:00
lib support for package.json 2011-02-07 11:00:22 -08:00
src Now working on v0.4.0 2011-02-04 19:54:18 -08:00
test support for package.json 2011-02-07 11:00:22 -08:00
tools
.gitignore
AUTHORS Bump version to v0.3.8 2011-02-04 19:35:43 -08:00
CMakeLists.txt
CTestConfig.cmake
ChangeLog Bump version to v0.3.8 2011-02-04 19:35:43 -08:00
LICENSE
Makefile
Makefile.cmake
README.cmake
README.md
TODO
TODO.win32
config.h.cmake
configure
wscript Bump version to v0.3.8 2011-02-04 19:35:43 -08:00

README.md

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

Resources for Newcomers