|
|
|
|
|
by parasj
4638 days ago
|
|
I've been using Meteor since its release and its been great at making apps at maximum velocity. You mentioned that some people are already scaling Meteor across multiple servers.
Looking at it, round robin load balancing won't work given requests to a server seem to be stateful.
How is that being done as of now? Do you guys have any guidance on how to do that? |
|
This will be in the official docs at some point, but for now, Arunoda's blog post about this is a great starting point:
http://meteorhacks.com/load-balancing-your-meteor-app.html