JavaScript version of a Scheduled Event

0
I was wondering if anyone has already figured out a SE alternative to run on mobile devices (because SE's only run serverside and not clientside). My idea is the following: create a JavaScript action with a setInterval() function, that calls a function in the JavaScript action every 5 minutes. This 2nd function only contains a call to a certain nanoflow. I will of course make sure that the original java-action only runs once. Curious if there are any other solutions for this
asked
0 answers