Open Marak opened 12 years ago
We'll need to re-do the work in #131, but getting onto something more current/used would help us avoid likely security issues in the future.
I still support moving to nconf, though there have been significant changes since #131 which probably require a complete restart of that work.
We should replace the current argument parsing with
optimist
and replace it withnconf
.This will allow
http-server
to be configured via the command line, or aconfig.json
file, or any other transportnconf
supports.