Meteor JS : How to connect to remote/multiple databases ?

Example :

var mydatabase = new MongoInternals.RemoteCollectionDriver("");

MyCollection = new Mongo.Collection("collection_name", { _driver: mydatabase });

 : Link for your mongo database with his name.

Example : mongodb://127.0.0.1:27017/othermongo

Important : It works only server side .

2 Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s