meteorhacks / cluster

Clustering solution for Meteor with load balancing and service discovery
https://meteorhacks.com/cluster-a-different-kind-of-load-balancer-for-meteor.html
MIT License
631 stars 80 forks source link

Still in use? #142

Open 1tac11 opened 4 months ago

1tac11 commented 4 months ago

Hi there

is someone still using this package? nowadays with mup, meteor 2.x etc?

Would be interesting since in principle this package solves the scaling problem elegantly :)

KR

vpalos commented 4 months ago

I was using it sometime ago, but at some point I decided it's easier (and safer) to use a cloud load-balancer (Cloudflare, AWS etc.) in front of multiple Meteor instances (with some type of sticky-session enabled). I said "safer" because I'd rather use a battle-tested technology in front of my servers.

P.S. Otherwise, I agree, this approach seemed quite elegant to me at start.