rest service listener
Hi,
I want to make a web app and mobile app to communicate with each other, I need to send job details from web app to mobile,
I need the info sent to populate the components in the mobile app, I intended to a db and use put and get api to achieve this.
My question is
how do I make sure that the job info is received
do I have to do a get rest every x seconds or minites?
or is there some other way to update the mobile app,