Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Option to keep game state in storage on backend. #79

Open
joshzcold opened this issue Feb 8, 2024 · 0 comments
Open

Feature: Option to keep game state in storage on backend. #79

joshzcold opened this issue Feb 8, 2024 · 0 comments

Comments

@joshzcold
Copy link
Owner

Currently on https://famf.app if I want to deploy a new version of code I wait until no-body is playing the game before I can deploy.

This is because the current state of the application would be wiped when I swap out the docker container.

I would like the option to store that game state in some kind of storage service.

Redis seems like a good bet for data that doesn't have to live forever and I can probably keep games alive for 24 hours instead of 1.

Another option is sqlite or postgres, but I would like it to be as plug-n-play as possible for others who also want to host the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant