Node.js JavaScript runtime 🐢🚀
Go to file
2010-10-13 16:20:24 -07:00
benchmark Add 'make bench' script 2010-10-13 16:20:24 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Upgrade http-parser with a fix for spaces in headers 2010-10-13 02:47:10 -07:00
doc Soft migration of sys -> util, Removal of deprecated utils module. 2010-10-11 15:21:36 -07:00
lib Don't flush net writeQueue on end() if its still connecting 2010-10-13 02:37:53 -07:00
src Add signal handlers so we clean up before exiting. 2010-10-12 14:01:58 -07:00
test Upgrade http-parser with a fix for spaces in headers 2010-10-13 02:47:10 -07:00
tools Preliminary pkg-config support. 2010-10-13 01:49:33 -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
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Add 'make bench' script 2010-10-13 16:20:24 -07: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
wscript Preliminary pkg-config support. 2010-10-13 01:49:33 -07:00

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.