0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2010-06-18 18:14:06 -07:00
benchmark Add buffer response to http_simple.js 2010-05-04 22:35:55 -07:00
bin node without arguments starts the REPL 2010-06-07 16:15:41 -07:00
deps Upgrade V8 to 2.2.18 2010-06-16 11:46:01 -07:00
doc Fix text about threads on homepage 2010-06-17 15:38:02 -07:00
lib Support 'upgrade' event in HTTP client. 2010-06-16 11:27:56 -07:00
src Add platform_none for cygwin build 2010-06-18 09:46:18 -07:00
test Add message tests 2010-06-18 18:14:06 -07:00
tools Make addon building work for Cygwin. 2010-06-11 13:25:03 -07:00
.gitignore
AUTHORS bump version 2010-06-11 12:58:14 -07:00
ChangeLog Add Orlando to changelog 2010-06-11 13:16:08 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
LICENSE License file maintenance. 2010-06-11 12:48:25 -07:00
Makefile Add message tests 2010-06-18 18:14:06 -07:00
README Conversion to markdown based API docs. 2010-03-26 18:28:40 -07:00
wscript Add platform files, move getmem to node::OS class. 2010-06-17 18:23:43 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need ronn:

  make doc install
 
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.