I have an html page that makes a call to a Google api every 500ms. If it gets the right data, it then makes a call to another api with the data.
The solution works well, but it requires a browser window to be open to make the request.
Is there any way I can do this on the back end through php or something similar? I've read about crons jobs but it seems the minimum interval in one minute. My knowledge of the server-side is minimal.
Any help in this area is appreciated.