How to implement file conflict merging?

This page summarizes the projects mentioned and recommended in the original post on /r/NextCloud

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • yjs

    Shared data types for building collaborative software

  • You can use Nextcloud with an offline text editor such as Obsidian (for a better text edit UI). However, when two devices edit the same file at the same time, one will override the other (or cause a conflict). A CRDT algorithm is used to resolve file conflicts in real-time. As an example, this repository shows an example of conflicts being resolved with a CRDT using Yjs. How do you implement CRDT (for client-side text editing) while using Nextcloud?

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts