Open
Description
Problem
Currently in RTC mode, directories are handled differently than files. The latter use the YDocWebSocketHandler, while the former use HTTP.
With jupyterlab/jupyterlab#13527, JupyterLab drives will use the y-websocket
, that will allow to drop the HTTP API for directories.
Proposed Solution
I think we should create a new YDirectory
document for these "collaborative drives". It will allow listing directories, renaming/deleting files and directories, etc.