Mise à jour de 'bob_party/server.js'
continuous-integration/drone/push Build is passing Details

peristanceBDD
Thomas CHAZOT 2 years ago
parent 1fff3fa33f
commit 727e833c55

@ -9,10 +9,6 @@ const app = express();
const server = http.createServer(app);
const io = new Server(server);
app.get('/', function (req, res) {
res.send('it should work');
});
io.on('connection', (socket) => {
console.log(socket.id);

Loading…
Cancel
Save