python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NestJS tcp microservice load balance
I have a nestjs app as follows:
Gateway - HTTP
Microservice1 - TCP (ms1)
Microservice2 - TCP (ms2)
Gateway calling ms1 and ms2.
ms1 and ms2 are the same duplicated microservice.
I would like to load...
Gilad
Votes: 0
Answers: 1
SignalR connection issue on Load balanced Environment using ASP.NET (4.8)
Dotnet Framework: 4.8
SignalR nuget package: 2.4.0
Angular client using Signalr: "^2.4.2",
Two nodes application server behind load balancer.
Web socket support configured on IIS. (IIS lat...
Prashant
Votes: 0
Answers: 1
Getting error 404 after setting up SSL Proxy load balancing in Google Cloud
I set up SSL Proxy Load Balancing using official guide. I have completed every step, but when I visit my domain, I am getting a 404 Not Found response. I am trying to set up SSL on my website, hosted ...
shyamsantoki
Votes: 0
Answers: 2
Websocket load balancing using nginx within a node js client and server command line application
I am creating a app where I can run three different nodejs servers and have a client connect to one of the three. However, in case there are is more load on one server than the other, I want to use ng...
mundeepsinghcode
Votes: 0
Answers: 0