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
2010-04-04 18:59:40 -07:00
benchmark
bin
deps Upgrade V8 to 2.2.0.3 2010-04-04 18:07:32 -07:00
doc Remove multipart library 2010-04-02 16:01:16 -07:00
lib Emit 'error' on tcp connection DNS error 2010-04-02 16:15:53 -07:00
src Add buffer.copy 2010-04-04 18:59:40 -07:00
test Add buffer.copy 2010-04-04 18:59:40 -07:00
tools
.gitignore
AUTHORS
ChangeLog
configure
LICENSE
Makefile
README
wscript Fix thread flags on Solaris 2010-03-31 13:44:36 -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.