Meteor Status is a package which automatically alerts users when the connection to the server has been lost. It also shows a countdown (in seconds) until the next retry and allows users to manually retry in the meantime.
The alert is fixed at the bottom of the screen and the design is based on Google's Material Design snackbars.
Here is how it looks like:
Add the package in your Meteor application with this command:
meteor add 255kb:meteor-status
Add the template before the body
closing tag:
<body>
...
{{> meteorStatus}}
</body>