-> React.js, Tailwind, Node.js, Express.js, WebSocket, yjs(CRDT), Redis in Docker
Collaboration System like simple google docs (single document), user entrance by unique username, multiple people could collaborate in real time with proper conflicts breaking using yjs, websocket server, showing current online users.
-> npm i // if node_modules are not present in client and server
-> docker-compose up - d
-> /server -> nodemon server.js
-> /client -> npm run dev