From da52bb81b91ed60a2f1ec59dc891e9c832ea8c06 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 6 Aug 2021 14:39:48 +0200 Subject: feat(readme): added some more --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3