Updated microservices (markdown)

2021-08-22 02:48:45 +10:00
parent a5955dc935
commit 167ce504df
+1 -1
@@ -20,5 +20,5 @@ The auth-server is probably the only required microservice. It provides the sign
## Chat-Server
The chat server provides game-wide room-based chat between users. It requires a valid tokens from the auth-server, otherwise it works pretty simply - it records the chat between all rooms.
The chat server provides game-wide room-based chat between users. It requires a valid token from the auth-server, otherwise it works pretty simply - it records the chat between all rooms.