Need a Meteor 1.4 clustering solution

Now that meteorhacks:cluster is dead what is the recommended structure for managing several microservices? I have an app that has 6 different microservices and a client. Most of the microservices servers are just crunching numbers and I manage their jobs through a custom jobs system, but I need to access methods on two of the services from the client. Those two microservices are running multiple instances. Pre 1.3 I used Cluster and just registered each IP for each microservice and it was easy to access that services methods via the Cluster call. There doesn’t seem to be a Meteor 1.4 friendly system that does the same thing. I’ve seen some people use nginx and Passenger to do a similar thing, but I would prefer a Meteor-only solution. Any idea?

1 Like