How can I share MongoDB collections between Meteor apps?

后端 未结 3 1976
礼貌的吻别
礼貌的吻别 2020-11-27 18:45

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

3条回答
  •  迷失自我
    2020-11-27 19:24

    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

提交回复
热议问题