@andreyshedko wrote:
I need app architecture advise. Let's say I need to synchronize data stored locally in $localStorage with server. I suppose there is two ways possible:
1. Call to specific device from server side.
2. Send data to server initialized on device according to some schedule.
Data size I suppose will be about 100-150Kb.
What is the best approach here?
Posts: 1
Participants: 1