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-04-16 23:40:25 +0400
committerRyan <ry@tinyclouds.org>2009-04-16 23:40:25 +0400
commite5a6b07d6aece6cff8492b6f763db4c427727d38 (patch)
tree3dc065c54959986d3746ba502d296c870e83a7fb /README
parentc8e20fbf8114965013a5aa15abc198b94d265672 (diff)
remove old readme
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
deleted file mode 100644
index 5ae2e68c86d..00000000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-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, 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, The libev event loop abstraction provides access to the best event loop interface on each system.
-
-Now, therefore:
-
-This set server and client libraries were made to build simple but fast
-servers. They are provided free of charge under a permissive simple license.
-
-Submitted by
-Ryah Dahl, Programmer
-Tim Becker, Programmer
-March 1, 2009