4.1.4 服务器sockets server_sockets
io.sockets.emit('hi',"everyone");
// 等价于
io.of('/').emit('hi',"everyone")Last updated
Was this helpful?
io.sockets.emit('hi',"everyone");
// 等价于
io.of('/').emit('hi',"everyone")Last updated
Was this helpful?
Was this helpful?