Tag: offlinefirst

  • How to authenticate a user when both offline and online in Angular?

    I am developing an offline first angular app using Pouch DB and Couch DB . The end user is a desktop user who wants to use the app even when not connected to the internet. I am using Pouch DB for local database and Couch DB for remote database. One of the difficulties in developing…

  • How to integrate Pouch DB with Angular ?

    I have been exploring with developing offline first web applications and stumbled upon Pouch DB recently . Pouch DB impressed me. It is a very simple but effective way to store data offline (in the browser) and then sync it with database on the cloud (through Couch db). Pouch DB and Couch DB work hand…