0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2010-10-28 19:41:44 -07:00
benchmark Abstract out a Server.prototype.pause method 2010-10-28 11:42:22 -07:00
bin X the node-repl script 2010-10-28 19:41:44 -07:00
deps Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
doc Removing the old doc templates, and doc javascript 2010-10-28 15:02:41 -07:00
lib Lazy load modules in net.js 2010-10-28 13:15:53 -07:00
src Let exit listeners know the exit code 2010-10-27 16:54:10 -07:00
test Handle cyclic links smarter in fs.realpath 2010-10-27 17:02:42 -07:00
tools More simplification of the templating & rendering. 2010-10-28 14:59:15 -07:00
.gitignore Ignore configure.real 2010-10-25 18:24:48 -07:00
AUTHORS bump version to 0.3.0 2010-10-23 16:00:15 -07:00
ChangeLog bump version to 0.3.0 2010-10-23 16:00:15 -07:00
config.guess Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
config.mak.in Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
config.sub Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
configure exec instead of sh a the configure.real script 2010-10-25 19:52:35 -07:00
configure.ac Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
install-sh Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Disable make manpage, this is broken and can prevent node from installing correctly. 2010-10-28 17:17:04 -07:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO Remove old TODOs 2010-10-26 11:33:18 -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.