Hey,
I'm building an app that via API takes in a telephone number and a URL, the code will then look at the URL and every 60sec checks for a change on the website, so it's continuously running. If it detects a change it will notify via the respective number.
The challenge for me has been to make it work that several people are able to use this at the same time with different phone inputs and URLs
Any suggestions how I can get this done? Is it a hosting side problem?