Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 498 Bytes

Fun with yjs, pycrdt and litestar

An example app illustrating how to use Litestar, yjs, and pycrdt together for collaborative editing.

Assuming you have Docker installed, give it a whirl by running:

$ docker-compose up

Then open two different tabs and navigate to http://127.0.0.1:8000.

Or run the tests using Dagger and Playwright.

$ pip install dagger-io
$ dagger run python CI.py