Skip to content

arquitecturas-concurrentes/iasc-crdt-demo-message-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRDT Demo - Message Board - Valtio Yjs

valtio is a proxy state library for ReactJS and VanillaJS. yjs is an implementation of CRDT algorithm (which allows to merge client data without server coordination).

The idea of this project is to show a simple minimal example of what yjs can do.

How to run it locally?

Just have node installed on your local environment, then run:

npm install
npm start