const httpServer = http.createServer();
// setup sticky sessions setupMaster(httpServer, { loadBalancingMethod: "least-connection", });
How to enable sticky sessions ,similar to node in nest js .
Nest js is framework is it possible to enable sticky session for clustering.