Major refactoring: program name now "node"
authorRyan <ry@tinyclouds.org>
Tue, 3 Mar 2009 00:56:15 +0000 (01:56 +0100)
committerRyan <ry@tinyclouds.org>
Tue, 3 Mar 2009 00:56:15 +0000 (01:56 +0100)
commit19478ed4b14263c489e872156ca55ff16a07ebe0
treeacb126d778863f8dc334867cb2537eb15d9882d9
parent1afe6d26dbcf76de15df7e2c8fc3aadbbb8b117d
Major refactoring: program name now "node"

Trying to make a more moduler design. Two libraries currently "TCP" and
"HTTP" each have their own file.

Other major feature added here is multiple web servers! excitement.
Makefile
http_api.js [new file with mode: 0644]
node.cc [new file with mode: 0644]
node_http.cc [moved from server.cc with 66% similarity]
node_http.h [new file with mode: 0644]
node_tcp.cc [moved from tcp.cc with 94% similarity]
node_tcp.h [new file with mode: 0644]
tcp.h [deleted file]