Hi guys, this is my fisrt time using webscoket with nestjs, and I'm trying to buil a multiplayer card game, where it would be possible to create and join rooms to play the game.
My question is how is the best way to manage the state of the rooms and the state of the game.
Is anyone here have a suggestion or an article that covers this case?
For now I have for example a Rooms Service ,Romms Gateway, GameService and GameGateway