What's the maximal amount of simultaneous users you've been able to serve with Meteor?

I need to serve 100 clients simultaneously, with very little reactivity. Is it an easy task?

1 Like

I expected to service up to 100K users simultaneously. Should be no problem with right coding. MongoDB is good at this purpose.

how many servers is that?

You expected to serve, or have you served 100K simultaneously? And how do you define “simultaneously”?

@aaabbbccc,

I’ve serverd up to 400 simultaneously clients on a good day, with a dual core 4 GB RAM on AWS, with this website.

1 Like