# real-edit **Repository Path**: mirrors/real-edit ## Basic Information - **Project Name**: real-edit - **Description**: real-edit 实现了真正多用户的实时编辑器,基于 WebSockets 技术实现,实现轻量级的操作转换算法,支持在线聊天和协作编辑 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/real-edit - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README real-edit ========= multi-users realtime editor using web socket, lightweight operation transformation algorithm. support online chat, collab edit. Run ========= ``` ./deploy.sh ``` Development ========= ``` npm install -g forever npm install -g grunt-cli npm install bower install ``` start in debug mode: ``` ./startup_development.sh grunt init ``` start in production mode: ``` ./startup_production.sh ``` Deploy ========= ``` grunt dist ```