Meteor and mini mongo in production

Hello,i have a small app i have finished creating and i want to deploy it for people to use. I don’t have a separate mongodb server so i am working with mini mongo.

Can meteor and mini mongo support 1000 concurrent users at any one time?.

I believe this is a question about Meteor’s scalability. Now, scalability is a multifaceted issue, however, there are plenty of load tests done by some respectable members of the community.

A good explanation is given by @dandv in a SO answer to a related question, How many concurrent users can a web app built in Meteor.js handle?

2 Likes

Thanks for the wonderful link.