Distributed Meteor apps, with shared Meteor server, and GraphQL store

I wrote up my experience here. So far, it has worked very well and I am able to subscribe to all publications on my back end server (server A) and use them on either client without issue.

On your 2nd diagram a couple of points:

  • How do you connect 2 different apps to one Back end meteor server? I was only able to figure out how to create 1 app, to get 2 different experiences I can have the code choose a path on load. And now with v1.5 this can be relatively efficient.
  • Don’t all account calls interact with the meteor server which interacts with Mongo? You show the clients directly manipulating Mongo. Do you mean mini-mongo on the client side?