4 lines
216 B
Bash
4 lines
216 B
Bash
# The following is suggested in the Yjs docs (https://docs.yjs.dev/ecosystem/connection-provider/y-websocket)
|
|
# However, it does not work across a range of NPM versions...
|
|
HOST=localhost PORT=1000 npx y-websocket
|