abbastoof / transcendence

2 stars 4 forks source link

Chore/030 setup game server socketio #48

Closed trsctr closed 3 months ago

trsctr commented 3 months ago

Issue: https://github.com/abbastoof/transcendence/issues/30

Server runs as a plain python app, no django leftovers are present. Socket.io connection is estabilished, path in the server is default /socket.io, but in order to differentiate this from other possible socket.io connections, the proxy config routes the the path as /game-server/socket.io, which will be then redirected to the game-server service in path /socket.io

Currently a new remote game is launched when "local game" is clicked on front page. Currently have not tested if this connection works when logged in, also it seems that a game session is not deleted from server when players leave, need to be fixed.

Frontend also contains fixes to styles to work with SCSS.

trsctr commented 3 months ago

Solved conflicts, merging.

Nicktvdd commented 3 months ago

Beep boop assimilation commencing