0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 15:47:56 +01:00
nodejs/README

16 lines
364 B
Plaintext
Raw Normal View History

2009-05-28 13:45:18 +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.
2009-05-27 01:59:31 +02:00
2009-07-24 15:14:59 +02:00
A list of projects using Node can be found at
http://wiki.github.com/ry/node
2009-05-28 13:45:18 +02:00
To build
2009-05-27 01:59:31 +02:00
./configure
make
make install