cecehoush / spiderbyte-website

0 stars 0 forks source link

Client-Server: Set up a websocket with a unique session id #45

Open vlvcDev opened 1 month ago

vlvcDev commented 1 month ago

We need client to connect to the server via a web socket with a unique session-id (perhaps with a cookie). Set up basic communication between the server and the client with a web socket, so that we can later return the user's submission data.