Awesome
Demo
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