Tag: websocket

Ensuring High Availability with Automatic Failover for App Services
In modern applications, continuous connectivity is key—especially for mobile apps relying on backend services. In this blog, we’ll walk through a Python-based solution that monitors the health of your app service servers and automatically fails over to a secondary server...

Quick and In Sync with Svelte and Couchbase
Are you ready to build a reactive real-time web application? tl;dr Don’t have time to read and work through this entire tutorial? You’re in luck! You can find a fully working example on GitHub. Feel free to go there, clone...

Introducing the New Data Replication Protocol in Couchbase Mobile 2.0
In a distributed system, updates to a shared database from multiple clients will have to be synchronized. The goal of the replication process is to ensure that all the mobile clients and the server(s) have a consistent view of the...

Using Couchbase in a Golang Websocket Chat Application
Not too long ago I wrote about creating a chat application that used Angular 2 for the front-end and Golang for the back-end. The message communication between the two was possible because of websockets. In this example, any number of...