othello-ocaml VS ot.js

Compare othello-ocaml vs ot.js and see what are their differences.

othello-ocaml

Reimplementation of https://github.com/jahfer/othello in OCaml programming language (by jahfer)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
othello-ocaml ot.js
1 2
1 2,019
- 0.0%
10.0 0.0
over 6 years ago almost 2 years ago
OCaml JavaScript
- MIT License
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.

othello-ocaml

Posts with mentions or reviews of othello-ocaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.

ot.js

Posts with mentions or reviews of ot.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.
  • You don't need a CRDT to build a collaborative experience
    6 projects | news.ycombinator.com | 16 Nov 2023
    This single file shows the entire set of OT transformations (retain, insert, delete):

    https://github.com/Operational-Transformation/ot.js/blob/mas...

    and this is a good post outlining the basics of OT, from the creator of CodeMirror:

    https://marijnhaverbeke.nl/blog/collaborative-editing-cm.htm...

  • Show HN: Rustpad, a self-hosted online collaborative text editor in Rust
    3 projects | news.ycombinator.com | 5 Jun 2021
    Thanks! Operational transformation is the same technology that powers Google Docs. It's been studied in academia for real-time collaboration since the 1990s and has eventual consistency guarantees. See the Wikipedia article: https://en.wikipedia.org/wiki/Operational_transformation

    The Rust operational-transform library was not written by me, but it's listed on crates.io by spebern, and it's worked wonderfully so far. It seems to be a very close port of ot.js (https://github.com/Operational-Transformation/ot.js). The text transformation algorithm isn't very complicated (<700 SLOC including tests), but there's probably room for optimization!

What are some alternatives?

When comparing othello-ocaml and ot.js you can also consider the following projects:

othello - Operational transform library for Clojure + Clojurescript

rustpad - Efficient and minimal collaborative code editor, self-hosted, no database required

collabs - Collabs library monorepo

rich-text - Format for representing rich text documents and changes