❔ 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?
4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
During the time they are playing. You have to save that data somewhere right?
In order to keep track of their names, points etc.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.