Skip to content

An example realtime document collaboration tool with socket.io.

Notifications You must be signed in to change notification settings

fsahin/collabedit-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

collabedit-socketio

Very basic realtime document collaboration tool using socket.io. The server is a simple Python WSGI server using gevent-socketio and the client is js.

To run:

You need to have gevent-socketio installed. Then just run the socketio-server.py inside the project root:

python socketio-server.py

Then go to http://localhost:1234/collabedit.html on your preferred browser.

About

An example realtime document collaboration tool with socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published