Collaborative Editing POC
- JavaScript 69.9%
- HTML 30.1%
| public | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| image.png | ||
| index.html | ||
| index.js | ||
| LICENSE | ||
| mongo-compose.yml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| vite.config.js | ||
TextFlow
A collaborative text-editor proof of concept.
Technologies used
- Express.js + Websockets (
ws) - MongoDB
- Docker
- Yjs
Installation
npm install
Usage
- Build the UI with
npm run build:ui
- Run the server with
npm run start:server
- Open
http://localhost:3000in your browser
License
This project is licensed under MIT License
