From dbe25ec4c051598aeaa166cfc3c355329aae6d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20M=C3=BChlfort?= Date: Mon, 23 May 2022 19:32:32 +0200 Subject: [PATCH] Add Deployment and Limitations section to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9ef9158..fab95ab 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ While sometimes the results are just weird nonsense, often times they can be the cause of amusement. +### Deployment + +Foldgame is basically a simple SPA which opens a WebSocket to a server which +has no knowledge of game mechanics, but just serves as a hub for all incoming +JSON messages. See simple [Go implementation](./wsecho). + +### Limitations + +Currently, there can be only a single concurrent game on each domain respectively WebSocket server. +Changing that would require implementing some sort of lobby management mechanics. + ### Built With * Vuetify, FontAwesome