how would you load balance a nodejs application using nginx ?
Anonimo
To load balance node js using nginx we can use a server group definition which would route all incoming request against a domain name to different deployment nodes. we can deploy these deployment node inside vms and route using the internal combination of internal ip of the vm and the port on which the application is being hosted.