Closed rikukissa closed 10 years ago
Would be useful to store loaded modules, channels etc to a database (MongoDB?) every time domo's state changes. This way domo could restore the state when it's restarted.
It should be registered with domo.use() so it would be initialized like
domo.use()
domo.use(domo.store({ database: 'myDomoDatabase' }));
Would be useful to store loaded modules, channels etc to a database (MongoDB?) every time domo's state changes. This way domo could restore the state when it's restarted.
It should be registered with
domo.use()
so it would be initialized like