Node + Meteor & MongoDB

I have a script written in Node that populates MongoDB with the data that I need. My Meteor app needs to access this. What would be the best way to achieve this? I can think of 2 ways:

  1. Make the Meteor app use an external MongoDB
  2. Make the Node script insert/update the Meteor MongoDB

Is there a 3rd way? What is your recommendation?

It might be cruel to give a link, leading to meteor.com but… DDP

1 Like

lol… not cruel at all :slight_smile: I appreciate it!