rdom VS yjs-pg-test

Compare rdom vs yjs-pg-test and see what are their differences.

yjs-pg-test

Test combining yjs and PostgreSQL using plv8 and plv8ify (by samwillis)
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
rdom yjs-pg-test
5 2
16 6
- -
7.3 2.5
about 1 year ago about 1 year ago
Ruby TypeScript
GNU Affero General Public License v3.0 -
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.

rdom

Posts with mentions or reviews of rdom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-02.
  • Why Ruby on Rails Needs Components
    2 projects | news.ycombinator.com | 2 Aug 2023
    Mayu Live[1] has components, it works kinda like React. I have been thinking about making rdom[2] work with Rails but I got a memory leak to fix first. It's possible to do all this in Ruby though.

    1. https://github.com/mayu-live/framework

    2. https://github.com/aalin/rdom

  • The Web I Want
    3 projects | news.ycombinator.com | 14 May 2023
    I've been working on a React-inspired framework in Ruby [1,2]. It only requires a few kilobytes of JavaScript, and only includes the relevant stylesheets for each page. Works pretty well and I guess I'm in a rural area (about 90 minutes down the river from Iquitos, Peru) on a 4G connection.

    I recently did another experiment [3] where each static DOM tree becomes a custom element, which also reduces the amount of data that needs to be transferred.

    I should probably make a Show HN post soon...

    1. https://github.com/mayu-live/framework

    2. https://mayu.live/

    3. https://github.com/aalin/rdom

  • Ask HN: What Are You Working On? (May 2023)
    13 projects | news.ycombinator.com | 1 May 2023
  • Show HN: Reactive DOM Updates in Ruby
    2 projects | news.ycombinator.com | 1 May 2023
  • Tailwind CSS v3.3
    3 projects | news.ycombinator.com | 29 Mar 2023
    Here's an experiment I'm working on, where all styles are scoped to components because all static DOM trees become custom elements...

    https://github.com/aalin/rdom

yjs-pg-test

Posts with mentions or reviews of yjs-pg-test. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • CRDT-richtext: Rust implementation of Peritext and Fugue
    17 projects | news.ycombinator.com | 18 May 2023
    I agree that full stack support is the missing pice that's need to make use explode. But I do think the current implementations will get there.

    CRDTs are fairly unique in that you need them to be exposed very close to the front of your stack in order to capture user intent, but you also need support further back in your stack for merging, replication, and querying.

    We have good front end support and there are multiple exciting projects building collaboration servers for them. What I think is missing is support in database, that's what I've been experimenting with (below). If you are building an offline enabled app, having the ability to generate diffs and merge in database enables easy multi document sync.

    Also most general purpose CRDTs are a combination of JSON and XML like data structures, it's useful to be able to query the structures in your database. For example if you build a notes app that supports inline tags, if useful to be able to query and index those from within the XML like structure without having to dump the whole thing out at another layer of your stack.

    Yjs Postgres: https://github.com/samwillis/yjs-pg-test

    Yjs SQLite: https://github.com/samwillis/yjs-sqlite-test

    (These are just early experiments, I'm working on a cleaner shared implementation with support for various SQLite bindings, and better querying)

  • Ask HN: What Are You Working On? (May 2023)
    13 projects | news.ycombinator.com | 1 May 2023
    Day job (contract): Massive overhaul of an antibody workbench for drug discovery.

    Evenings: Building out a concept for a "YSQL" bringing CRDTs (Yjs) to SQLite and Postgres. CRDTs are great for real-time, but also awesome for offline for async collaboration. Using the same CRDT for both front end data structures and backend database merging seems to me to be a good combination. The plan is to build out some simple primitives first, then layer a SQLite (WASM in browser) <-> Postgres sync system on top for local copying and modification of datasets.

    Proof of concepts:

    https://github.com/samwillis/yjs-sqlite-test

    https://github.com/samwillis/yjs-pg-test

What are some alternatives?

When comparing rdom and yjs-pg-test you can also consider the following projects:

jnigen - Experimental bindings generator for Java bindings through dart:ffi and JNI.

fugue-bench - Fugue list CRDT implementations and benchmarks

yjs-sqlite-test - Test combining yjs and sqlite wasm

pg_crdt - POC CRDT support in Postgres

framework - Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby

style-kit-n

text-diff - a python implementation of diff3 and three way merge

overworld - Open source framework for scalable multiplayer games.

electric_dart - A Dart implementation for Electric (electric-sql.com).

ZCombinator - A Hacker News client made with SwiftUI.

electric - Local-first sync layer for web and mobile apps. Build reactive, realtime, local-first apps directly on Postgres.