Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 360 Bytes

demo-server

All yjs-demos connect to this server to exchange document updates. It combines the y-websocket server with an http server for the files in the root directory. Of course, you can choose any of the Yjs providers instead. This is just a demo server.

npm install
npm run build-all # Iterates through all demos and builds them.
npm start