I wanted to know how to go about making a backend that hosted scripts in a way that I could feed data and files from my corona application to the backend, have it process these with scripts I’ve written on the backend and then either store it on a cloud somewhere or return something back to the corona application.
For example, a part of my app receives locations in the form of text, and i can store these in a json file on app42 but I want to have something host a script and every saturday, this script would take these locations, plot a route of them on a map and then send this map to an email, then empty the json file, and the whole thing would begin again the next week.
Is this possible? If so, how would I do it?