Node.js JavaScript runtime 🐢🚀
Go to file
Rasmus Andersson 758f12f34c added read and write support for process.title Darwin
This will only manipulate the OS X-level process name, not the title shown
in e.g. ps.
2010-08-12 16:23:41 -07: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.3.7 2010-08-12 10:11:03 -07:00
doc Stub out process.title 2010-08-11 12:39:42 -07:00
lib Don't throw on HEAD requests 2010-08-12 10:06:52 -07:00
src added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
test added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
tools Update ronnjs (fix rendering of html self-closing tags) 2010-07-14 09:52:59 -07:00
.gitignore ignore test/fixtures/hello.txt created by some test(s) 2010-08-09 13:15:28 -07:00
AUTHORS Update AUTHORS 2010-08-04 16:50:59 -07:00
ChangeLog spelling correction 2010-08-06 14:48:38 -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 make node.1 depend on make all 2010-07-12 16:29:42 -07:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO Add TODO list items 2010-08-08 13:37:51 -07:00
wscript added read and write support for process.title Darwin 2010-08-12 16:23:41 -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.