Developing a HTML5 offline storage solution for iOS/Android in 2011

前端 未结 7 1965
礼貌的吻别
礼貌的吻别 2021-01-29 19:16

The problem:

I need a device agnostic (e.g. HTML5) solution for storing and querying 250,000+ rows of data offline on a phone or tablet type device (e.g

相关标签:
7条回答
  • 2021-01-29 20:21

    I would checkout CouchBase Lite. It's a near full featured implementation of CouchDB that runs on Android and iOS.

    iOS

    Android

    If you wrapped your App in something like PhoneGap you could create native HTML 5 apps for both platforms and you'd only have to do a tiny bit of Android/iOS specific programming to implement CouchDB.

    Pros:

    • Fast View engine for querying across many rows of data.
    • Dirt simple and powerful replication support baked in.

    Cons:

    • Key-Value Store - It'll take some time to get used to.
    0 讨论(0)
提交回复
热议问题