CoditorX is an in-browser markdown editor for multiple players collaborating.
Have a try first: http://coditorx.b3log.org
- Allow user to register, everyone has its own workspace
- User can share documents to others with edit or view permission
- Real-time synchronize content to the users with the same shared document
- Markdown preview
- Efficient protocol: websocket
- Version control: version number, incremental changes/merges
- Permission control: private, shared edit/view
- Download source or by
git clone - Get dependencies with
go get - Compile CoditorX with
go build - then run ./CoditorX or CoditorX.exe
- Get image:
sudo docker pull 88250/coditorx:latest - Run:
sudo docker run -p 127.0.0.1:9090:9090 88250/coditorx:latest ./CoditorX -channel=ws://127.0.0.1:9090 - Open browser: http://127.0.0.1:9090
Copyright (c) 2015, B3log Team (http://b3log.org)
Licensed under the Apache License 2.0.