Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Jerome Etienne 8e9f59a452 Support of console.dir + console.assert 2010-07-07 16:48:59 +02:00
benchmark fix whitespace errors 2010-06-29 23:59:24 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Upgrade V8 to 2.2.21 2010-07-03 08:37:05 +02:00
doc Fix addon example in docs 2010-07-07 16:48:53 +02:00
lib Experimental: 'on' as alias to 'addListener' 2010-07-03 09:30:32 +02:00
src Support of console.dir + console.assert 2010-07-07 16:48:59 +02:00
test Experimental: 'on' as alias to 'addListener' 2010-07-03 09:30:32 +02:00
tools Remove a bunch of useless waf files 2010-07-04 04:16:55 +02:00
.gitignore Amend .gitignore 2010-07-01 14:29:50 -07:00
AUTHORS bump version 2010-07-03 08:37:46 +02:00
ChangeLog bump version 2010-07-03 08:37:46 +02:00
LICENSE License file maintenance. 2010-06-11 12:48:25 -07:00
Makefile Add message tests 2010-06-18 18:14:06 -07:00
README Conversion to markdown based API docs. 2010-03-26 18:28:40 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
wscript bump version 2010-07-03 08:37:46 +02:00

README

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need ronn:

  make doc install
 
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.