# real-edit **Repository Path**: wq897/real-edit ## Basic Information - **Project Name**: real-edit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-17 - **Last Updated**: 2020-12-19 ## 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 ```