Clean up Unix socket on exit/panic
Don't panic on invalid requests
Default generated config don't work
Produce meaningful error messages for network errors
Errors regarding the config should also print the path the config it being loaded from.
Better Vectored Write
[web] Statics dumpy???
I think this might be cleaner with a for loop instead of 2 iterators but it's fine if you prefer this way.
[web] Support runtime configuration using commandline args + config file
Import Serialize and Deserialize directly instead of qualifing.
[web] Support runtime configuration using commandline args + config file
Config should specify the full socket address, not just the port. It should also support multiple.
[web] Support runtime configuration using commandline args + config file
I've left comments on things I think need changing.