Giter Site home page Giter Site logo

tw00 / automerge-client-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codewitchbella/automerge-client-server

0.0 1.0 1.0 738 KB

Automerge/CRDT + React/Recoil Example

License: MIT License

JavaScript 94.16% HTML 4.13% CSS 1.71%
crdt automerge recoil

automerge-client-server's Introduction

Automerge/CRDT + Recoil Example

A Server and Client demonstrating Automerge over WebSocket using the Automerge.Connection protocol. Client side state management is based on Recoil.

This example demonstrates:

  • Real time collaboration / Sync of state between server and many clients
  • Per user undo-redo stack
  • History / Timetravel

example

Dependencies

Run

lerna boostrap

# start server
nodemon --ext js packages/automerge-server-test

# start web client
cd packages/automerge-web
yarn
yarn start

# start cli client
node packages/automerge-client-test
> s a5      # subscribe to 'a5'
> c a5 x 6  # change property 'x' to 6 in document 'a5'
> p a6      # print document 'a5

Issues

  • Re-subscribe after unsubscribe does not work currently

Questions

  • How big can documents get until we run into problems?
  • Why is the history not computed on demand?
  • Why does undo not work after reload? (actorId?)
  • How to incrementally persist data on the sever?

TODO

  • Simulate offline state by blocking socket
  • Client side persistance / Offline support
  • Presence sync / Unqiue user IDs (and colors)
  • Client focus tracking and sync
  • "push --force" on click
  • "fork" on click
  • Document list as recoil atom
  • UI fields

automerge-client-server's People

Contributors

codewitchbella avatar erdaldomi avatar

Watchers

 avatar

Forkers

libery

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.