Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
isaacs 588d885e81 Close #1357 Load json files with require()
Signed off by everybody.
2011-07-20 17:39:23 -07:00
benchmark
cmake
deps Upgrade libuv to ce5eb6d 2011-07-20 18:06:16 +02:00
doc Remove toc on logo page 2011-07-19 15:01:05 -07:00
lib Close #1357 Load json files with require() 2011-07-20 17:39:23 -07:00
src crypto: check for SSL_COMP_get_compression_methods() 2011-07-20 22:24:11 +02:00
test Close #1357 Load json files with require() 2011-07-20 17:39:23 -07:00
tools
.gitignore
AUTHORS
BSDmakefile
CMakeLists.txt
CTestConfig.cmake
ChangeLog
LICENSE
Makefile
Makefile.cmake
README.cmake
README.md
TODO
TODO.win32
config.h.cmake
configure
wscript Finally remove node::EventEmitter 2011-07-19 01:46:38 -07: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