@zeainc/zea-collab

The Zea Collab library provides Client and Server side tools for connecting and synchronizing users.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@zeainc/zea-collab
6.3.27 days ago5 years agoMinified + gzip package size for @zeainc/zea-collab in KB

Readme

Zea Collab
!NPM Packagenpmnpm-url !Build Sizebuild-sizebuild-size-url !NPM Downloadsnpm-downloadsnpmtrends-url
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

  1. Open the DevTools console.
  2. Input this command: localStorage.debug = 'zea:collab'
  3. Reload your browser.

Building and dist

yarn run dist