createServer(app); const io = socketIo(server); //Setting up a socket with the namespace "connection" for new sockets io.on("connection", socket => { console.
確定! 回上一頁