Some test text!
Web / Guides / Overview
Platform
Documentation
WebViewer's JavaScript document collaboration library contains APIs that allow you to export/import annotations from/to a document. Using those APIs and a server, you can set up realtime collaboration easily. This guide provides a simple example that covers:
You can find the full version of the sample in your download package, WebViewer/samples/annotation/realtime-collaboration/
.
Setup WebViewer for collaboration
To setup WebViewer to manage a server and client realtime collaboration.
Realtime collaboration server
To setup a database server to trigger events for create/modify/delete operations.
Realtime collaboration client
To setup a client application to listen or trigger events for create/modify/delete operations.
Get the answers you need: Support