Skip to content

mtyszkiewicz/diplodoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collaborative document editor with real-time synchronization built as an academic project. The app implements Conflict-free Replicated Data Types (CRDTs) along with custom locking mechanisms and event loop. Built with Svelte for the frontend and Python for the backend, communicating via WebSockets.

Setup

diplodoc-server

cd diplodoc-server
uv sync
uv run python3 diplodoc/server.py

diplodoc-client

Update SERVER_URL in diplodoc-client/src/App.svelte to match your server's ip.

cd diplodoc-client
npm install
HOST=0.0.0.0 npm run dev

About

A collaborative document editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •