If the sequence converges, then $\lim_{n \to \infty} x_n = L$ for some finite real number $L$. Then:
$$L(5+L) = 5+5L$$
$$5L+L^2 = 5+5L$$
$$L = \sqrt{5}$$
where we have discard $-\sqrt{5}$ as a solution because it is clear that the sequence $(x_n)$ consists only of elements greater than or equal to $0$. Now, we prove two things;
$(x_n)$ is nondecreasing
$(x_n)$ is bounded above by $\sqrt{5}$.
We prove the second statement by induction. So, clearly, the result holds when $n=1$. Suppose that it holds for arbitrary $n$. Then:
$$x_{n+1} = \frac{5+5x_n}{5+x_n} = 5 \cdot \frac{x_n+1}{x_n+5} = 5 \cdot \left(1 - \frac{4}{x_n+5} \right)$$
$$x_{n+1} = 5-\frac{20}{x_n+5}$$
Then, $x_n < \sqrt{5} \implies x_n+5 < \sqrt{5}+5 \implies -\frac{1}{x_n+5} < -\frac{1}{5+\sqrt{5}}$. So:
$$x_{n+1} = 5-\frac{20}{x_n+5} < 5-\frac{20}{5+\sqrt{5}} = 5-\frac{20}{5^2-5} \cdot (5-\sqrt{5}) = 5-(5-\sqrt{5}) = \sqrt{5}$$
So, of course, it follows that $(x_n)$ is bounded above by $\sqrt{5}$.
We will now prove that it is nondecreasing. We have the following;
$$x_{n+1}-x_n = \frac{5+5x_n}{5+x_n}-x_n = \frac{5-x^2_n}{5+x_n}$$
However, we just proved that $(x_n)$ is bounded above by $\sqrt{5}$. So:
$$\forall n \in \mathbb{N}: 0 < x_n \leq \sqrt{5}$$
$$\forall n \in \mathbb{N}: x^2_n \leq 5$$
$$\forall n \in \mathbb{N}: 5-x^2_n \geq 0$$
which implies that $x_{n+1} \geq x_n$. By the Monotone Sequence Theorem, $(x_n)$ is convergent and, hence, is a Cauchy Sequence. $\Box$
I'm not entirely sure if there is a fast way to prove that this is Cauchy using only the definition. I suspect that you'd have to do quite a bit of work for it but I certainly haven't tried thinking about it too hard.