colab-protocol
v0.1.5
Published
Shared wire protocol and neutral collaboration types for colab.
Readme
colab-protocol
Shared wire protocol and neutral collaboration types for colab.
Install
pnpm add colab-protocolUsage
import { COLAB_EVENTS, asScopeId, createMessage } from "colab-protocol";
const message = createMessage(COLAB_EVENTS.INTERACTION, "u1", {
name: "selection",
scopeId: asScopeId("document-1"),
data: "block-a",
});This package is the shared, framework-free wire contract used by colab-ui and
colab-server.
Repository: https://github.com/dcassil/colab
