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 d1a13bdd35 Fix default encoding for outgoing HTTP messages
Was causing send() to throw argument errors because arrays of ints would get
paired with the "raws" encoding. The bug was introduced in 8eb1294.
2009-09-13 18:19:03 +02:00
benchmark API: rename node.Process to node.ChildProcess 2009-08-26 22:36:45 +02:00
deps Use "platform.architecture()" to find the proper architecture. 2009-09-12 14:22:57 +02:00
doc Fix broken asciidoc section 2009-09-12 19:14:16 +02:00
src Fix default encoding for outgoing HTTP messages 2009-09-13 18:19:03 +02:00
test/mjsunit API: Change arguments of emit(), emitSuccess(), emitError() 2009-09-12 14:21:37 +02:00
tools Update test script to use new debug build's name: node_g 2009-08-31 16:12:27 +02:00
.gitignore Just add the gernerated doc files. Make life easier. 2009-09-11 20:51:39 +02:00
ChangeLog bump version 2009-09-11 21:06:50 +02:00
configure Revert "Add xsl files to doc directory so people can build docs easily" 2009-09-11 20:47:45 +02:00
LICENSE Add DNS API. 2009-07-28 12:36:41 +02:00
node-repl Add node-repl 2009-09-11 20:32:24 +02:00
README Add note to README about wiki page 2009-07-24 15:14:59 +02:00
wscript Use "platform.architecture()" to find the proper architecture. 2009-09-12 14:22:57 +02:00

Purely evented I/O for V8 javascript.

See http://tinyclouds.org/node for more information.

For help and discussion subscribe to the mailing list at 
http://groups.google.com/group/nodejs or send an email to 
nodejs+subscribe@googlegroups.com.

A list of projects using Node can be found at
http://wiki.github.com/ry/node

To build
./configure
make 
make install