The Zea Collab library provides Client and Server side tools for connecting and synchronizing users.
Insert these tags in your page:
For staging environment:
<script src="https://websocket-staging.zea.live/socket.io/socket.io.js"></script>
<script crossorigin src="https://unpkg.com/@zeainc/zea-collab"></script>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>- Open the DevTools console.
- Input this command:
localStorage.debug = 'zea:collab' - Reload your browser.
yarn run dist