0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug
Add one duplicate test from V8, just to make sure it works.
2010-08-02 00:46:09 -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 http-parser for clang compat 2010-07-31 14:32:59 -07:00
doc Implement keep-alive for http.Client 2010-08-01 22:34:17 -07:00
lib Expose the V8 debug object process.debug 2010-08-02 00:46:09 -07:00
src Expose the V8 debug object process.debug 2010-08-02 00:46:09 -07:00
test Expose the V8 debug object process.debug 2010-08-02 00:46:09 -07:00
tools Update ronnjs (fix rendering of html self-closing tags) 2010-07-14 09:52:59 -07:00
.gitignore Amend .gitignore 2010-07-01 14:29:50 -07:00
AUTHORS Fix email address in AUTHORS file 2010-07-30 09:42:36 -07:00
ChangeLog bump version 2010-07-25 23:39:58 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
LICENSE Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -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 todos 2010-07-27 12:19:08 -07:00
wscript Register builtin extensions via a macro, rather than a manual strcmp 2010-07-14 10:17:25 -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.