rtc icon indicating copy to clipboard operation
rtc copied to clipboard

Real Time Collaboration for Jupyter and beyond

Results 32 rtc issues
Sort by recently updated
recently updated
newest added

We need to better understand the technical capabilities and limits of the Rust to Python binding. For this, we should build a simple HTTP server implemented in Python that binds...

https://github.com/jupyterlab/rtc/issues is implementing a rust server. We need to connect from jupyterlab to that server.

We need a simple React.js application (react-textarea) that communicates via Automerge with a node.js server. When a user1 on localhost types some text in Chrome, user2 on locahost should see...

We need a simple React.js application (react-textarea) that communicates via Y.js with a node.js server. When a user1 on localhost types some text in Chrome, user2 on locahost should see...

We need a simple React.js application (react-textarea) that communicates via Fluid with a node.js server. When a user1 on localhost types some text in Chrome, user2 on locahost should see...

As part of the library evaluation, we sould build a simple react application that combine the Automerge, Y.js and Fluid Hello World applications. - https://github.com/jupyterlab/rtc/issues/92 - https://github.com/jupyterlab/rtc/issues/94 - https://github.com/jupyterlab/rtc/issues/93

This is a placeholder issue to discuss on an architecture diagram that will detail how jupyterlab can use the RTC libraries we are using here and how the RTC libraries...

There has been comments around the new Microsoft Fluid frameworks. It would be worth to try it out and see how we can use it or get inspiration for that...

During the meeting today we discussed when we should start trying to integrate this with JupyterLab. My current opinion is that this repo gives us a place to play and...

type:discussion

We should make a list in the readme of other related work and how they compare - CRDTs: - Lumino datastore - [automerge](https://github.com/automerge/automerge) - [Microsoft Fluid framework](https://techcommunity.microsoft.com/t5/microsoft-365-blog/introducing-the-first-microsoft-fluid-framework-experiences-in/ba-p/1345543) - Other approaches:...

type:misc