@zeainc/zea-collab
v6.3.4
Published
The Zea Collab library provides Client and Server side tools for connecting and synchronizing users.
Downloads
138
Readme
Zea Collab
The Zea Collab library provides Client and Server side tools for connecting and synchronizing users.
Adding Zea Collab to your project
Insert these tags in your page:
For production environment:
<script src="https://websocket.zea.live/socket.io/socket.io.js"></script>
<script crossorigin src="https://unpkg.com/@zeainc/zea-collab"></script>
Enabling useful debug messages
- Open the DevTools console.
- Input this command:
localStorage.debug = 'zea:collab'
- Reload your browser.
Building and dist
yarn run dist