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.
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.