0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-03-03 19:17:33 +01:00
deps request.respond works 2009-02-22 17:46:11 +01:00
.gitignore gitignore 2009-02-22 17:50:43 +01:00
.gitmodules
example.js begin work on the TCP.connect interface 2009-03-02 15:49:24 +01:00
http_api.js avoid reallocating the same strings every request 2009-03-03 02:15:26 +01:00
Makefile Add beginnings of the setTimeout interface 2009-03-03 19:17:33 +01:00
node_http.cc Add beginnings of the setTimeout interface 2009-03-03 19:17:33 +01:00
node_http.h Major refactoring: program name now "node" 2009-03-03 01:56:15 +01:00
node_tcp.cc Major refactoring: program name now "node" 2009-03-03 01:56:15 +01:00
node_tcp.h Major refactoring: program name now "node" 2009-03-03 01:56:15 +01:00
node_timer.cc Add beginnings of the setTimeout interface 2009-03-03 19:17:33 +01:00
node_timer.h Add beginnings of the setTimeout interface 2009-03-03 19:17:33 +01:00
node.cc Add beginnings of the setTimeout interface 2009-03-03 19:17:33 +01:00
README begin work on the TCP.connect interface 2009-03-02 15:49:24 +01:00
tcp_example.js begin work on the TCP.connect interface 2009-03-02 15:49:24 +01:00

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