Relative Content

Tag Archive for springsessionmicroservices

Session management in spring boot microservices in a turn-based game

What to use for a turn-based game between players. I want to create spring boot microservices. I have already connected the frontend and backend via websockets. But my problem is that I don’t know how to store information about the game where users should have 15 seconds to make a move. What to use for implementation.