📜  如何将事件发送到 socket.io 中的一个套接字 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:52.883000             🧑  作者: Mango

代码示例1
// sends the event to the socket that has the specified id.
io.to(socketId).emit("event", data);