CRDTs and Distributed Consistency - Part 3: Building a distributed counter

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

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
  • crdt-examples

  • I decided not to share the full code in the article because it would make it too long and boring, but I have a full example working here and the source code here.

  • peerjs

    Simple peer-to-peer with WebRTC.

  • Now that we have all the required boilerplate we can start building the actual game. For the communications between peers we are going to use PeerJS a peer-to-peer library built on top of WebRTC.

  • 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

  • Some things I learned, retrofitting a browser-based RTS for network multiplayer.

    2 projects | /r/gamedev | 16 May 2023
  • A question about webrtc

    1 project | /r/WebRTC | 15 May 2023
  • Do you feel that programming has been easier to understand in game development versus other types of programming because of your experience with actual videogames?

    1 project | /r/gamedev | 13 Feb 2023
  • New to WebRTC and Node.js, Need Help Getting Started

    1 project | /r/web | 25 Jan 2023
  • Multiplayer in Augmented Reality

    2 projects | /r/augmentedreality | 1 Nov 2022