KorryRogers
Posts: 0
Joined: Fri Aug 15, 2014 2:53 am

Refresh Page on Data Change

i'm working on a chat app. is there any way a page can "listen" for a database change? i want the chat window to refresh when the other user types a message. i know this can be accomplished by sending a push notification, but id rather not send a push notification every time a user enters a message. is there any other way.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Refresh Page on Data Change

Hello Korry,

Please look at a similar question https://getsatisfaction.com/apperyio/...

KorryRogers
Posts: 0
Joined: Fri Aug 15, 2014 2:53 am

Refresh Page on Data Change

So basically, I can setup an auto refresh, but there is no other way other than push to know when data changes?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Refresh Page on Data Change

Actually, data changes when services run, if it's update service - than success event means data is changed. This depends on app logic.

Return to “Issues”