http-party / http-server

a simple zero-configuration command-line http server
MIT License
13.65k stars 1.5k forks source link

Use nconf for configuration management #24

Open Marak opened 12 years ago

Marak commented 12 years ago

We should replace the current argument parsing with optimist and replace it with nconf.

This will allow http-server to be configured via the command line, or a config.json file, or any other transport nconf supports.

BigBlueHat commented 6 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.

thornjad commented 3 years ago

I still support moving to nconf, though there have been significant changes since #131 which probably require a complete restart of that work.