fabrix-app / fabrix

Strongly Typed Modern Web Application Framework for Node.js and Browsers
Other
107 stars 5 forks source link

feat(): config proxy should emit on change #42

Open scott-wyatt opened 5 years ago

scott-wyatt commented 5 years ago

fabrix has a root configuration proxy where it stores and retrieves its famous tuples. Fabrix is also an event emitter. It should:

This will allow for the cluster module to notify workers when a change has happened in the config via messaging!