plouc / mozaik

Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
http://mozaik.rocks
MIT License
3.61k stars 363 forks source link

External/Automatic reload of Dashboard configuration #176

Open Serverfrog opened 5 years ago

Serverfrog commented 5 years ago

It would be very usefull, if this is used as a services that it could be possible that the configuration is being reloaded while mozaik is still running.

My use case would be that the dashboards are externally managed and could be modified by users to configure them and see the new Dashboard without calling the Administrators to restart the Application and disconnect every other users (we would use them on multiple TV's in multiple Locations). That Problem could also be solved a complex infrastructure, but it would be to complex for this.

plouc commented 5 years ago

@Serverfrog, it's already available in v2. Or maybe I'm not understanding it correctly? Also, regarding reconnection, it is automatically managed by the frontend (given it doesn't exceed a certain delay).