💚 CI test
continuous-integration/drone/push Build is passing Details

deployement
Vincent ASTOLFI 1 year ago
parent a608765262
commit 27e7e32851

@ -21,6 +21,8 @@ app.get("/", (req, res) => {
res.sendFile(path.join(__dirname, "/public/index.html"));
});
console.log("server is working well");
io.on("connection", (socket) => {
console.log("New connected : ", socket.id);
/* TODO : handle disconnection

@ -102,4 +102,3 @@ function onJoinRoom(player) {
}
setTimeout(startConnection, 100);
console.log("coucou");

Loading…
Cancel
Save