I am trying to develop a mobile android app with java. Right now i don’t have a website. I want to have a backend server for the app which executes some code periodically, lets say every 5 minutes (the data is changing rapidly). This code will generate data and i want to store it as a json format. The clients of the app will only read/query this data (no authentication, chat etc…) with respect to their desires. We can say that i want to create my own api, but the most important thing is the rapidly changing data which is created by the code inside server. I’ve looked at the documentation but couldn’t decide. Which service is the best for me?
Hello,
The functionality of periodically executing code is available with Business Logic timers. This is the code which runs on the server and can be implemented with Java (link above), JavaScript or Codeless.
Hope this helps.
Regards,
Mark
1 Like