Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan Dahl 3d7d994ffc Merge branch 'v0.4'
Conflicts:
	doc/api/modules.markdown
	test/simple/test-crypto.js
2011-06-15 14:43:37 +02:00
benchmark
cmake
deps Upgrade libuv 2011-06-10 18:17:44 +02:00
doc Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
lib Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
src Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
test Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
tools
.gitignore
AUTHORS
CMakeLists.txt
CTestConfig.cmake
ChangeLog
LICENSE
Makefile
Makefile.cmake
README.cmake
README.md
TODO
TODO.win32
config.h.cmake
configure
wscript Initial binding to uv_tcp_t 2011-06-10 18:17:48 +02: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