Seitenbau / mix-n-mock

The configurable mixing proxy for your web development needs
Apache License 2.0
5 stars 0 forks source link

Refactor our way of handling configuration changes #12

Open ghost opened 8 years ago

ghost commented 8 years ago

Currently we track changes to the configuration by using a simple file watcher which restarts the whole application whenever anythings has changed. A better way of handling this scenario would be to replace the konphyg module with ES5 getters and update the configuration in memory whenever the file watcher reports changes to use.