I\'d like to be able to have an admin app and a client app for my project. Ideally, I\'d like to be able to have a shared MongoDB collection. How would I be able to accompli
Try this DDP test I hacked together for a way to bridge two apps (server A and B).
Both servers can manipulate data, but data is only stored in one collection on server A.
See this link as well