Rustpad
Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.9"
services:
rustpad:
container_name: rustpad
image: ekzhang/rustpad
ports:
- 3030:3030
restart: unless-stoppedResources
Website: https://rustpad.io/
GitHub: https://github.com/ekzhang/rustpad
Docker Hub: https://hub.docker.com/r/ekzhang/rustpad
Configuration: https://github.com/ekzhang/rustpad#deployment