Page 1 of 1

can i send a continuous request to the server?

Posted: Mon May 20, 2013 11:18 pm
by John Herdean

i need to send a request each minute to the server, how can i do it with your platform

so how can we trigger a background worker or any other means when the app starts and make it run continuosly.. For example, the script runs every 1 minute, i.e. the geo-location service sends a notification to my server every minute??


can i send a continuous request to the server?

Posted: Mon May 20, 2013 11:19 pm
by maxkatz

JavaScript, via timer.

You can do anything with JavaScript and what the browser supports.


can i send a continuous request to the server?

Posted: Tue May 21, 2013 12:13 am
by John Herdean

ok thats good to know... i will be testing this feature in a few weeks. Thanks