发送给其他人 socket.broadcast.emit('userConnection', {user: socket.id});
发送给所有人 io.emit('userConnection', {user: socket.id});