Tag: hybrid

Using Couchbase Lite for Data Storage With Cordova Plugin

Using Couchbase Lite for Data Storage With Cordova Plugin

Couchbase Lite is an embedded NoSQL database for iOS, Android and .Net platforms. The framework’s API supports native platform bindings for Android(Java), iOS (Swift, ObjC) and UWP/Xamarin (csharp). This implies that if you are building a Cordova app and you...

Tutorial on Using Couchbase Lite for data storage in React Native Apps

Tutorial on Using Couchbase Lite for data storage in React Native Apps

Couchbase Lite is an embedded NoSQL database for iOS, Android and .Net platforms. The framework’s API supports native platform bindings for Android (Java), iOS (Swift, ObjC) and UWP/Xamarin (csharp). This implies that if you are building a React Native app...

Serverless Architecture with Cloud Computing

Serverless Architecture with Cloud Computing

Serverless is one of the new buzz words that you’ve probably heard. It refers to a type of deployment where the server is abstracted away. It doesn’t mean there aren’t servers, just that you don’t have to provision the servers...

December 5, 2017
Cross Platform Storage and Sync with Ionic Framework, Couchbase, and PouchDB

Cross Platform Storage and Sync with Ionic Framework, Couchbase, and PouchDB

Ionic Framework is still one of the leaders in hybrid mobile application development. It allows you to create Android and iOS applications using only HTML, JavaScript, and CSS. Previously I wrote about how to use Couchbase in an Ionic Framework...