Replication issue with NodeJS app
Opened this issue · 0 comments
Sh3b0 commented
NodeJS app being DevOpsified in the repo is a WebSockets game.
When multiple replicas of the app are deployed (on VMs or in K8s), the game is not playable since both players should be served by the same replica (which may not be the case, especially when load-balancing is involved).
Need to research and implement good solutions to the problem.