On Fri, Jul 21, 2017 at 11:20 PM, siva subrahmanyam
<subbu9848155615@gmail.com> wrote:
> I want build an Rails API which serves as backend for a mobile app. Since
> the mobile app will be used in offline mode. Hence I want data updates needs
> to be synced between mobile and web app. What would be the best possible
> solution for this kind problems?
The one that meets your requirements, which you haven't defined.
* Where is the data changing that needs to be "synced"?
* Is the synced data on the phone unique to that user or shared?
* How frequently does it change and how big are the changes?
* How critical is it if the phone goes offline with data that's 5 seconds
old? 5 minutes? An hour?
etc. etc.
Draw a diagram of your application data flow and work from there.
HTH!
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAxjXGws17UXFQZODwy8jv_01Yv%3Db2E2vReJrKJYFbeRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment