You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wesleytodd
changed the title
MOAR MODULES: Move express settings management to a new module
Move express settings management to a new module
Feb 6, 2017
Imho this would be very useful. I am looking to use express as the highest level abstraction to define isomorphic/universal apps... Currently both @wesleytodd and myself have basically re-implemented Express' settings module to be compatible with it, but it would be so much better to use the real thing!
Another nice module to have would be the settings management that express has:
For the things that express specifically defaults or modifies, for example
query parser
, I was thinking of just adding a setter registry:My main use case here is to also share this functionality to my front end implementation as talked about here: wesleytodd/nighthawk#5
Thoughts feedback?
The text was updated successfully, but these errors were encountered: