prolly-trees VS wiki-collab

Compare prolly-trees vs wiki-collab and see what are their differences.

wiki-collab

A Hyper Hyper Space datatype for a collaborative, moderated wiki (by hyperhyperspace)
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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
prolly-trees wiki-collab
1 1
86 1
- -
3.4 0.0
10 months ago about 1 year ago
JavaScript TypeScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

prolly-trees

Posts with mentions or reviews of prolly-trees. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.
  • Building a BFT JSON CRDT
    4 projects | news.ycombinator.com | 21 Nov 2022
    Check out this implementation of hash-stable trees. The same dataset generates the same Merkle hash, regardless of insertion orders. This makes verifiable sync computationally efficient. https://github.com/mikeal/prolly-trees

wiki-collab

Posts with mentions or reviews of wiki-collab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.
  • Building a BFT JSON CRDT
    4 projects | news.ycombinator.com | 21 Nov 2022
    This is a cool idea, but I didn't find any examples of max length constraints or other normalization rules in the source code I reviewed. Maybe there's something in there.

    Here's some source code for an early, work-in-progress Wiki CRDT: https://github.com/hyperhyperspace/wiki-collab/blob/master/s...

    Page in the Wiki. Note that data types have a validate method that returns true or false; maybe if false, they're just dropped from the UI? Not sure how the method is used. https://github.com/hyperhyperspace/wiki-collab/blob/master/s...

    I haven't found the underlying text or rich text CRDT implementation yet.

What are some alternatives?

When comparing prolly-trees and wiki-collab you can also consider the following projects:

bft-json-crdt - 🏰 the first JSON-like Byzantine Fault Tolerant CRDT