Currently, the file content is being synced using Socket.IO.
We now want to sync file metadata—specifically file names (create, rename, delete)—in real time across collaborators in the same room.
✅ Expected Functionality
When a user:
Creates a new file
Renames an existing file
Deletes a file
➡️ All users in the same room should immediately see the update.
Currently, the file content is being synced using Socket.IO.
We now want to sync file metadata—specifically file names (create, rename, delete)—in real time across collaborators in the same room.
✅ Expected Functionality
When a user:
Creates a new file
Renames an existing file
Deletes a file
➡️ All users in the same room should immediately see the update.