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
632 stars 80 forks source link

Use DNS to resolve balancers and endpoints #13

Open arunoda opened 9 years ago

arunoda commented 9 years ago

Now we are doing an info hit to explore balancers and endpoints. If we could use DNS, we can support external apps without much issue.

May be we don't need to go with this approach.