From 147e0941f85cacbfb7dfd384921eae8118b7a159 Mon Sep 17 00:00:00 2001 From: Alec Date: Sun, 22 Jan 2023 00:16:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a5c49..cc64d47 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This is a Node.js application. It is written purely using JavaScript/HTML/CSS, w Express.js and Socket.io. It runs as a containerized application via Google Cloud Run. -There is no data persisted in any database. The app is almost entirely stateless, with instances kept in sync via +No data is stored persistently. The app is almost entirely stateless, with instances kept in sync via Redis, specifically with the pub/sub model. The exceptions are a browser cookie and the Node.js child processes that are spawned to keep track of games with a timer, which are stored in an instance's memory and communicated to other instances if needed. In the end, it should not matter