❔ 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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SwaggerLife
SwaggerLife2y ago
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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Accord
Accord2y ago
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.
Want results from more Discord servers?
Add your server
More Posts
❔ How do i sort a list of objects by multiple possible itemsHey, i'm trying to write a method to return a list of objects by letting the user choose which item ❔ ASP.NET Core how to let a controller be mapped only in development modeThis is pretty easy to do with minimal API's, you just do a check and map only if it succeeds: ```cs❔ Turn off VS 2022 PreviewHow do I turn off VS 2022 Preview? It is showing on the splash screen and everywhere. I turned it on❔ Winforms rotated text in `ToolStripButton` appears boldWhen setting the direction of text to e.g. Vertical270, the text in the button becomes different, eiIf I do console.clear() it just skips a bunch of lines instead of clearingI am using vsc c# and I think its an error with .net because I saw a few forums talking about it, pl❔ Why wont visual studio auto format this with CTRL K + CTRL D?can anyone think of why visual studio wont format these lambda arrows with `CTRL K + CTRL D` but it ❔ Changing TextBlock Background property in a static methodThe method needs to be static (unless there are implementations of LowLevelKeyboardProc that doesn't❔ SQLite with Muai ensure connectionstring to DB for all devicesIm running SQLite db and i want the connection to the DB to point to the same file no matter if i ru❔ IEnumerable is empty for some reasonI want to add a filter to check if an IEnumerable is empty so i'm using IEnumerable.Any(), but my IEMy code is stuck in a infinity loop [Answered]https://github.com/AbdulRaheemNazir/MiniApps/blob/main/Just%20need%20random%20Symbol When I try to