Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@jAsE load balancer is the most common way for large volume. Normally you don't have to write service side code for clustering. Am I wrong? Or I just too native
-
@sunfishcc it’s not that I need a lot of computing power, I want to provide my api on multiple places. So there will be less delay.
-
@toonvanstrijp are there internet connection between places? Do you need synchronize multiple databases?
-
@sunfishcc I was thinking about using a vpn connection so that the database can be used directly but don’t know if that is a good solution? And yes there can be an internet connection between the machines. It’s just that I’m wondering what is the best method for horizontally scaling your web service.
-
@sunfishcc I’m using MySQL, and how to deploy multiple machines that use the same database?
-
@sunfishcc thanks!! Then the other question, how to set up the load balancer for the nodeJS web servers?
Related Rants
Does somebody know how to run my nodejs api in a cluster on multiple machines?
question
clustering
nodejs