Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YDocWebSocketHandler #903

Closed

Conversation

davidbrochart
Copy link
Contributor

Closes #901

@@ -367,4 +369,5 @@ async def post(self, path=""):
(r"/api/contents%s/trust" % path_regex, TrustNotebooksHandler),
(r"/api/contents%s" % path_regex, ContentsHandler),
(r"/api/notebooks/?(.*)", NotebooksRedirectHandler),
(r"/api/yjs/(.*)", YDocWebSocketHandler),
Copy link
Contributor Author

@davidbrochart davidbrochart Jul 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should rename the /api/yjs/... endpoint, since it is not specific to Yjs.
What about /api/ydoc/...?

@Zsailer
Copy link
Member

Zsailer commented Jul 18, 2022

Per our conversation in #901, closing this PR here since https://github.com/jupyter-server/jupyter_server_ydoc was created.

@Zsailer Zsailer closed this Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move JupyterLab's YDocWebSocketHandler here
2 participants