Skip to content
/ crdocs Public

distributed crdt based document editor running in wasm

License

Notifications You must be signed in to change notification settings

xldenis/crdocs

Repository files navigation

CRDOCS

A distributed CRDT based P2P web document editor à la Google Docs but more homegrown ;)

Running locally

  1. Clone
  2. Build the backend
( cd backend && cargo build --release )
  1. Build the front end
( cd frontend && wasm-pack build && cd www && yarn build --mode=production )
  1. Run the backend
cd backend && cargo run --release
  1. Load localhost:3012

About

distributed crdt based document editor running in wasm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published