Separate out the listen (and other) config into _config/server.json which is read...
authorNick Downing <nick@ndcode.org>
Tue, 30 Oct 2018 04:58:06 +0000 (15:58 +1100)
committerNick Downing <nick@ndcode.org>
Tue, 30 Oct 2018 04:58:20 +0000 (15:58 +1100)
commitc04a03e000a13e1c95b9fe6727efdf4a97e3cbe0
tree6b359a0d9b5d6f28b14fe2ef89f86768ba0dabc6
parent87c5b813a2cdf6f4c802437eb4bb4f18d8afc64c
Separate out the listen (and other) config into _config/server.json which is read every 5 seconds and changes processed incrementally relative to previous file, compared with sites config in _config/sites.json which is checked each time a new connection comes in and re-executed from scratch (making new Site objects)
Server.js
_config/mime_types.json [deleted file]
_config/server.json [new file with mode: 0644]
_config/server.jst [deleted file]
_config/sites.jst [new file with mode: 0644]
jst_server.js