I am building a simple app on DigitalOcean. I am planning to use HAProxy to load balance two Node.js servers n1 and n2. Further I am thinking to install nginx on both n1 and n2 as Node server is not very efficient at serving static files and shouldn't be run alone.
Is it a right approach?
No responses yet.