← All plugins

Realtime Sync (y-websocket)

Server @edv4h/usketch-plugin-sync-ywebsocket

Bridge uSketch to any y‑websocket server — auth, token refresh, idle disconnect.

pnpm add @edv4h/usketch-plugin-sync-ywebsocket

Overview

Realtime Sync (y-websocket) is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { SyncYwebsocketPlugin } from "@edv4h/usketch-plugin-sync-ywebsocket";

const app = createApp({
  plugins: [
    SyncYwebsocketPlugin,
  ],
});

Links