Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active June 22, 2021 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/ec1e994203ee2311b697556e8b6a60b6 to your computer and use it in GitHub Desktop.
Save velotiotech/ec1e994203ee2311b697556e8b6a60b6 to your computer and use it in GitHub Desktop.
window.addEventListener('load', () => {
const ydoc = new Y.Doc();
const provider = new WebsocketProvider('ws://localhost:3312', 'velotio-demo', ydoc);
const type = ydoc.getText('Velotio-Blog');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment