Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 478 Bytes

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.