In Heroku, I have 2 apps. One client app(uses coffeescript and mongoose) and one admin app(uses javascript and mongoskin).
I would like to share one collection within these both apps, but cannot find out how to. I don't know if "sharding collections" is the route I should be researching to share a collection?...I would like some help figuring out a way to share a collection between 2 databases and 2 different heroku apps, or if it is possible.
I found some links on sharing databases, but I would like to share only collections within the databases. Here are some of the links I found, but haven't tested correctly since it deals with Meteor apps, not Heroku: How can I share MongoDB collections between Meteor apps?, DDP between two servers doesn't reconnect, Connect two Meteor applications using DDP