Meteor - PubSub

Hi everyone,

I need to push some millions of messages (PubSub) to Meteor app.
What is the best strategy ?
What is the limit of Mongodb ?

Thank you

I suggest reading the guide. In general PubSub is not limited by MongoDB, which can surly handle millions of messages. The problem will be to push those to the client, which IMHO is not a good idea and probably limited by minimongo and local storage.