Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Stéphan Kochen dd52737476 Provide a C++ Buffer constructor for external storage.
In order to do this, buffer data management was moved out of the
JS entry-point New, and into Replace.

Secondly, the constructor makes an immediate call to Replace, and
in order for ArrayData calls to work, wrapping must already be set
up. Now, the constructor takes the wrappee as a parameter.
2010-10-22 16:52:14 -07:00
benchmark Add incomplete R plot file 2010-10-20 21:28:49 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
doc Remove a confusing sentence in the docs 2010-10-21 17:32:13 -07:00
lib Remove unneeded function wrappers 2010-10-21 17:11:59 -07:00
src Provide a C++ Buffer constructor for external storage. 2010-10-22 16:52:14 -07:00
test Write write.txt into the tmpdir 2010-10-22 10:02:30 -07:00
tools Fix test harness for Linux 2010-10-18 14:54:39 -07:00
.gitignore Add 'make bench' script 2010-10-13 16:20:24 -07:00
AUTHORS bump version 2010-08-20 01:53:08 -07:00
ChangeLog bump version 2010-08-20 01:53:08 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Add idle connection test 2010-10-15 12:11:50 -05:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO Update TODO 2010-09-19 13:32:46 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
wscript ./wscript: allow for cross-compiling of all three supported architectures 2010-10-18 11:39:56 -07: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.