Update Frontend authored by Knerrich Max's avatar Knerrich Max
......@@ -6,6 +6,7 @@ Das Frontend besteht aus UI und Spiellogik, wobei die Spiellogik mit Vanilla Jav
## Socket.io
> Framework zur Implementation von WebSockets.
Wurde benötigt um Duplex-Kommunikation zwischen Clients und Server im Multiplayer umzusetzen.
Alle Spieler im selben Spiel werden mit
```javascript
......
......