I did a little robot which get every 30 seconds a place temperature in JavaScript. This robot sends the results via slack every 5 minutes. In order to keep the robot running, I need to keep the page open on my navigator.
I thought If I put my JS app on a little webhost and make it run even if the page is closed could solve my problem, but no. How can I make it running on my webhost even if the page is closed?
Maybe is it possible if I change language, PHP? Any idea?