Skip to content

geetesh-gupta/py-crdt-collab-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-crdt-collab-editor

CRDT based collaborative code/text editor.

Requirements

  • flask
  • requests
  • python3-crdt
    • The editor is dependent on the python3-crdt library which is available on pypi.org and can be installed using
      pip install python3-crdt

Usage

Clone the project and then run the following commands

flask run -p 8000 # In one terminal
# Open 127.0.0.1:8000 in browser window


flask run -p 8001 # In another terminal
# Open 127.0.0.1:8001 in another browser window

Experience the power of collaborative text editing.

About

CRDT based collaborative code/text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages