summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-08-06 14:39:48 +0200
committerMike Vink <mike1994vink@gmail.com>2021-08-06 14:39:48 +0200
commitda52bb81b91ed60a2f1ec59dc891e9c832ea8c06 (patch)
treec2bc5a690d197e66666f1a55e4b477649caaf193 /README.md
parent4c1a752ebe043a864bd64cab4c24696d840f4ece (diff)
feat(readme): added some more
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a760117..8040fba 100644
--- a/README.md
+++ b/README.md
@@ -58,9 +58,14 @@ gradle run
Then, in the client module, in another shell session
```sh
+// this command takes 20s seconds to transpile the typescript into javascript :(
npm run phaserDev
```
+The Phaser3 client listens on `localhost:10001`. Assigning client sessions to an Id in the backend is still buggy since no authentication is used. Try connecting once at a time, and restart the `gradle run` server when you disconnect just to be sure (it's starts up quickly).
+
+In theory, an arbitrary number of clients could connect to the backend. Not tested yet.
+
# Tests (or lack thereof)
Sadly, there are no real tests yet.