README.md

December 5, 2024 ยท View on GitHub

Demo

CleanShot 2024-12-05 at 11 23 17

Install bun

brew install oven-sh/bun/bun

Install

bun i

Copy pspdfkit to public folder

cp -R ./node_modules/pspdfkit/dist/ ./public

Client

bun dev

Websocket Server

HOST=localhost PORT=1234 npx y-websocket

WebRTC Server (working)

PORT=4444 node node_modules/y-webrtc/bin/server.js

Document

  • https://github.com/yjs/yjs
  • https://github.com/yjs/y-websocket
  • https://github.com/yjs/y-webrtc