Exemplo n.º 1
0
 constructor(id) {
   const milkcocoa = new Milkcocoa(config.host);
   this.dataStore = milkcocoa.dataStore(id);
 }
 constructor(appId) {
   this.milkcocoa = new MilkCocoa(appId);
   this.messageStore = this.milkcocoa.dataStore('messageStore');
 }