Category "nestjs-gateways"

what is the proper way to connect to a WebSocketGateway server in Nestjs production mode?

my nestjs WebSocketGateway server is working perfectly in dev mode but in production mode i can see those clients that trying to connect but the server raise th

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 duplica