Giter Club home page Giter Club logo

Comments (2)

 avatar commented on August 16, 2024 1

from pluto.

TimJuni avatar TimJuni commented on August 16, 2024

Hi @gedw99,
pluto was designed to be a server application that features multi-leader replication between several pluto instances. The intended purpose of pluto was to be a highly available IMAP server.

I guess you question refers more towards using a crdt to sync the state between a mobile imap client (with offline capabilities) and an IMAP server, like pluto. We currently have not touched this part of the synchronization, i.e. the one between client and server.

However, I'am confident that the underlying IMAP-CRDT is capable of what you want to achieve. If you are interested, you should have a look at our scientific paper where we describe the mechanics of the CRDT in detail:
http://drops.dagstuhl.de/opus/volltexte/2018/8645/pdf/LIPIcs-OPODIS-2017-23.pdf

If you allow me one last comment, the IMAP-CRDT is designed to allow any number of participants, i.e. servers. The offline problem that you are working on is essentially a communication between two peers; the client and the server, right? In that case using a crdt might be a little bit of overkill and you probably want to look for further solutions (e.g. couchdb, sharedb, automerge?).

Have a great day,
Tim & the pluto people :)

from pluto.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.