A real-time collaborative document editor built with Vue.js and PieSocket. Users can edit the document together and see changes instantly.
Real-time updates for collaborative editing. Saves text locally in the browser. Simple and responsive design. How to Run Clone the repository:
git clone https://github.com/piehostHQ/collab-document.git
cd collaborative-documentInstall dependencies:
npm installUpdate the PieSocket API key and cluster ID in the code with your credentials. Start the app:
npm run dev
Open http://localhost:3000 in your browser.Usage Start typing to edit the document. Click "Update Document" to save and sync changes with others.