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

peristanceBDD
Thomas CHAZOT 2 years ago
parent 8c263f2e06
commit 633dcb7a3b

@ -8,9 +8,9 @@ const app = express();
const server = http.createServer(app); const server = http.createServer(app);
const io = new Server(server); const io = new Server(server);
app.get('/server', function (req, res) { while(1){
res.send('hello'); console.log("wesh");
}) }
io.on('connection', (socket) => { io.on('connection', (socket) => {
console.log(socket.id); console.log(socket.id);

Loading…
Cancel
Save