Tag: websocket

Quick and In Sync with Svelte and Couchbase

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

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

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...