import { Server } from "socket.io"; const io = new Server(3000); io.on("connection", (socket) => { // send a message to the client socket.emit("hello from ...
確定! 回上一頁