Skip to content

twfarland/count-them-beans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Count them beans

By Tim Farland twfarland@gmail.com. Displays use of a GCounter conflict-free replicated data type (CRDT), web workers, signals, and virtual dom.

Required

node, npm, typescript, webpack

Develop

npm install
npm run dev

To get workers to run, serve the docs folder, e.g. with cd docs; python -m SimpleHTTPServer. You can use the shortcut npm run serve for this.

Build

npm install
npm run build

About

demo showcasing g-counter crdt, web workers, signals, and virtual dom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published