Skip to main content

Introduction

Webviewer Realtime Collaboration#

A set of plug and play modules for enabling Realtime Collaboration in WebViewer

Overview#

This project allows users to quickly enable realtime collab in their WebViewer application using any database (new or existing) they choose.

It contains two main packages that must be implemented, the server and the client. If you are building your UI with React, we recommend using our React bindings package to help maintain your application state.

It also comes with a default database implementation if you do not have an existing database you want to use.

Getting started#

Check out the get started guide to get started!