Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 171 Bytes

server_sockets.md

File metadata and controls

15 lines (8 loc) · 171 Bytes

server.sockets

  • (Namespace)命名空间

namespace的默认别名(/)

io.sockets.emit('hi',"everyone");

// 等价于

io.of('/').emit('hi',"everyone")