Skip to content

jorendorff/peeredit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peeredit - A collaborative text editor to illustrate CRDTs

Peeredit is a simple Web app that lets you edit some text online with friends.

This is example code for a talk on CRDTs.

Is this unnecessarily complicated? There are several simpler approaches, but they all have problems: see Clobberation, Quilljoy, and Univax.

How to run Peeredit

$ npm install
$ npm run start

Then point your browser at https://localhost:3001/ .

(Note to myself: do nvm use 6 first!)

Use Mocha to run the tests. If you don't already have Mocha, you can avoid installing it globally by using this hack instead:

$ npm install mocha
$ ./node_modules/.bin/mocha

About

A toy collaborative text editor to illustrate CRDTs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published