Tag: cross platform

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. Tutorials will walk you through the steps on how you can use React Native Modules to interface with Couchbase Lite 2.x  from within your React Native app.

Introducing Couchbase .NET SDK Core 2.4.0 DP1!
Introducing Couchbase .NET SDK Core 2.4.0 DP1!

The new “hotness” in the Microsoft .NET world is .NET Core Framework: an open source, cross platform (OSX, Linux, and Windows) implementation of the .NET framework. In an effort to provide the very best developer environment, today Couchbase is releasing...

Using Couchbase Lite in a Java Gluon Application
Using Couchbase Lite in a Java Gluon Application

I recently wrote about building desktop applications with Couchbase Lite and JavaFX. As demonstrated Couchbase makes an excellent solution for data storage and sync in a desktop application because of the Java SDK available. However, I realize JavaFX is not...

Couchbase Mobile in a Cross Platform Telerik NativeScript App
Couchbase Mobile in a Cross Platform Telerik NativeScript App

Learn how to create a simple cross platform, native, Android and iOS application. It syncs using NativeScript and the Couchbase Lite plugin.

Create a Desktop Chat Application using the CEAN Stack and Electron
Create a Desktop Chat Application using the CEAN Stack and Electron

So you’re interested in creating a desktop chat application like Slack, but aren’t sure where to start. Slack was very open in saying that they used Github’s Electron platform for building the desktop version of their software. This means that...