Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xldenis/crdocs

distributed crdt based document editor running in wasm
https://github.com/xldenis/crdocs

crdt rust wasm

Last synced: about 19 hours ago
JSON representation

distributed crdt based document editor running in wasm

Awesome Lists containing this project

README

        

# 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 )
```
3. Build the front end
```
( cd frontend && wasm-pack build && cd www && yarn build --mode=production )
```
4. Run the backend
```
cd backend && cargo run --release
```
5. Load `localhost:3012`