❔ How to store session data backend?
I'm building a similar game to skribbl.io which is a drawing game where you draw with other people. Where do I store the session data if the data is no longer relevant after the match is over? Do I store it in memory or database etc?