Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-03-04 13:29:39 +0300
committerRyan <ry@tinyclouds.org>2009-03-04 13:35:43 +0300
commit9e5eff3b273ec51b2c17bf2c0727e9a375b62e1c (patch)
tree66f317bfcbc29d382e142c6ae4f8680c2da54452 /README
parent559c1987bef279ae1dde466e3cf857b3720db4f8 (diff)
add test/test_http_server_echo and 'make test'
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index 58c89a84a2f..5ae2e68c86d 100644
--- a/README
+++ b/README
@@ -1,9 +1,20 @@
+WHEREAS, Evented, asynchornous programming better models reality; and
+
+WHEREAS, Servers organized around event loops are more efficent; and
+
WHEREAS, The usage of threads has complicated computer programming; and
-WHEREAS, V8 javascript comes free of I/O and threads; and
+WHEREAS, Most operating systems do not provide asynchonous file system access.
+
+WHEREAS, Javascript is a language without a concept of I/O or threads; and
+
+WHEREAS, Users familar with using Javascript in the web browser already program using events and callbacks; and
+
+WHEREAS, The V8 javascript comes free of I/O and threads; and
+
+WHEREAS, The V8 javascript compiles Javascript code directly to Assembler; and
-WHEREAS, Most operating systems do not provide asynchonous file system
-access.
+WHEREAS, The libev event loop abstraction provides access to the best event loop interface on each system.
Now, therefore: