mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
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
|