diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-08-06 14:39:48 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-08-06 14:39:48 +0200 |
| commit | da52bb81b91ed60a2f1ec59dc891e9c832ea8c06 (patch) | |
| tree | c2bc5a690d197e66666f1a55e4b477649caaf193 /README.md | |
| parent | 4c1a752ebe043a864bd64cab4c24696d840f4ece (diff) | |
feat(readme): added some more
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
