mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ryan
a890b67406
|
16 years ago | |
---|---|---|
deps | 16 years ago | |
.gitignore | 16 years ago | |
.gitmodules | 16 years ago | |
Makefile | 16 years ago | |
README | 16 years ago | |
example.js | 16 years ago | |
http_api.js | 16 years ago | |
node.cc | 16 years ago | |
node_http.cc | 16 years ago | |
node_http.h | 16 years ago | |
node_tcp.cc | 16 years ago | |
node_tcp.h | 16 years ago | |
node_timer.cc | 16 years ago | |
node_timer.h | 16 years ago | |
tcp_example.js | 16 years ago |
README
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.
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