Overview
You have many options for handling data when developing hybrid mobile apps using PhoneGap/Cordova. PouchDB is a free, open source, in-browser database solution inspired by CouchDB that allows you to use standard web technologies to manage data using consistent APIs.
In this session you will learn what it can do, how to get started and specific tips for hybrid mobile app developers in particular.
Objective
Learn how to leverage PouchDB for easy data handling in your hybrid mobile apps.
Target Audience
Web/hybrid mobile developers
Assumed Audience Knowledge
Developers familiar with standard web technologies
Five Things Audience Members Will Learn
- Intro to PouchDB
- Getting set up
- Using for local storage
- Offline handling
- Data synchronization options