Using CRDTs to build collaborative Rust web applications

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • rust-crdt-example

    Example for a real-time, collaborative web app using CRDTs in Rust

  • The actual implementation of the client logic is found in lib.rs. We also need an index.html file, which, in our case, consists of a basic HTML skeleton and some styles, which you can check out in the GitHub repository.

  • leptos

    Build fast web applications with Rust.

  • We use the fantastic Leptos framework for building the frontend. Besides that, we use the leptos-use utilities for connecting to the WebSocket server, serde for serialization, and rand for generating random numbers.

  • 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.

    InfluxDB 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

  • Rust on Nails

    2 projects | news.ycombinator.com | 19 Mar 2024
  • Trying out Leptos: Fine-grained Reactive Framework for Rust

    4 projects | dev.to | 18 Oct 2023
  • Leptos v0.5.0

    1 project | news.ycombinator.com | 1 Oct 2023
  • Why Blazor WASM is so slow compared to other WASM frameworks?

    1 project | /r/dotnet | 10 May 2023
  • 50 Shades of Rust, or emerging Rust GUIs in a WASM world

    3 projects | /r/rust | 26 Apr 2023