Offline first applications, syncing with PouchDB & CouchDB by François Gengler

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 8

  • @kushagradas7845
    @kushagradas7845 3 ปีที่แล้ว +1

    if we have this sort of setup. So consider I have multiple users who are offline at the same time. So when all of them come online together we might face server load when the sync happens from pouch DB to CouchDB. Can you please help me with a solution?

  • @io_inc
    @io_inc 2 ปีที่แล้ว +1

    Wait, so I wouldn't need to have a server app for my mobile app to use couched???

    • @lutfiikbalmajid3128
      @lutfiikbalmajid3128 2 ปีที่แล้ว +1

      It persists on local storage, and syncing when online

    • @io_inc
      @io_inc หลายเดือนก่อน

      @@lutfiikbalmajid3128 couchdb is one of the worst database i've come across when it comes to learning, lack of good documentation

  • @augmentos
    @augmentos 6 ปีที่แล้ว

    Cannot use Service workers with Hybrid Cordova Android :(

    • @lsaackrpruto
      @lsaackrpruto 5 ปีที่แล้ว +1

      Service workers only work on https, cordova uses either http or file, so i dont think it can work...

  • @jeffcrow1481
    @jeffcrow1481 3 ปีที่แล้ว

    Couchbase is build on top of Membase

  • @maheshbhusanoor9316
    @maheshbhusanoor9316 6 ปีที่แล้ว +1

    Could you please share source code?