The following in socketio io.sockets.in('room').emit('event_name', data). is the same as this in python-socketio : io.emit("HelloWorld" ...
確定! 回上一頁