Max
Max
In the case of ssh-remote you can simply port forward `localhost:8448` and it will work. 🎉
`localFirst` is pretty much the same as `local` except that it marks records with `_dirty` when making changes. Then, when `syncDirtyAndDestroyed()` is called it works the same as dualSync worked...
Apologies about the delay in response. I've just pushed some more changes to my [forked repo](https://github.com/maxfi/Backbone.dualStorage). **Goals in this version:** - Instantaneous sync (to/from localStorage) on slow/offline connections (think EDGE...
@tute Yes, this is the same approach in that a local sync will occur first and then the online sync is added to the request queue. Have you had a...
Haha. I agree @tute! I'll have to checkout your code and see if it does what I'm looking for.
Sorry, let me clarify re async.js. I didn't mean that we should add a dependency for async.js. I meant that if we make the API callback-based rather than promise-based it...
Hey all, I've been on holidays so haven't had time to implement anything yet but have thought about how to get it done. I'll be starting the implementation in the...
I think I might have this sorted. See pull request https://github.com/nilbus/Backbone.dualStorage/pull/86
@Tute Do does this solution work the same as #86? Also, what software did you use to throttle your connection?
I have slowy app too. Not sure if it throttles local host though...