How to use the minimongo.RemoteDb function in minimongo

To help you get started, we’ve selected a few minimongo examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mathew-kurian / Scribe.js / asr / viewer / libs / MongoDB.js View on Github external
constructor(url = 'rest/db/', namespace = 'scribe', client = 'webapp') {
    this.url = url;
    this.namespace = namespace;
    this.client = client;

    this.remoteDb = new minimongo.RemoteDb(url, client, JQueryHttpClient);
  }

minimongo

Client-side mongo database with server sync over http

LGPL-3.0
Latest version published 10 days ago

Package Health Score

69 / 100
Full package analysis