0

I'm working on a project that allows two people to work on the same code from different computers. I would like to use Monaco because it's so bare bones. I imagine I can use something like socket.io to integrate this functionality. I was curious if it's already available in monaco. Basically, the same page is accessed by multiple people, whatever they type shows up for all viewers of the page. This is the same functionality as codeshare.io which is what I'm trying to emulate.

4

1 回答 1

0

不,我很确定这不会发生,因为它主要来自 VS Code - 客户端站点编辑器,并且 Monaco 用于以 Git 为中心的站点,如 Visual Studio Team Service(但也在 Azure 上 - 但仍然如此)。我也认为以正确的方式完成一项相当大的任务。

我知道 prosemirror.net 有它——但这不是代码编辑器;虽然它有一个嵌入 CodeMirror 的示例。

于 2017-05-24T17:53:49.860 回答