Getting Comfortable with Couchbase Mobile: Sync Gateway via the Command Line
Introduction This continues my my "Getting Comfortable with Couchbase Mobile" series (post #5). This time we'll look at exploring Sync Gateway from the command line. This can be really helpful, both for understanding and for testing/debugging. Background To get...
read moreGetting Started with Urban Airship Push Notifications
Urban Airship is a popular messaging and notification service. In this post we'll look at how to set up Urban Airship push notifications. The eventual goal is to use these notifications to trigger replications in Couchbase Mobile. What you'll need An Urban Airship...
read moreBluebird Promises and Swagger in Node.js
Recently I wrote about using Node.js with Swagger to build a simple listener for the Sync Gateway changes feed. In that version I did everything using synchronous calls. I'm working to build a more complete solution, so I decided to switch over to using Promises. I...
read moreUsing Node.js and Swagger to Monitor Document Changes in Couchbase Mobile
When building applications with Couchbase Mobile there are a lot of interesting possibilities for server-side integration. Creating business logic to resolve synchronization conflicts is one common use. The Sync Gateway document “changes” feed makes all sorts of...
read more