Rocket Chat is one of the most favorited open-source chat services, especially because of the self-hosted feature to keep your data at your house. Rocket Chat is a perfect way to chat and sharing information with your team.
There are plenty of ways to deploy a service. The worst one maybe is running it in a screen or move it to the background using CTRL+Z. The better idea is to run it as a system service, and I think the best idea is to deploy using Docker and a Docker Orchestration like Docker Swarm or Kubernetes. …
Go hard or go home