Skip to main content
By default, sync clients poll the server for changes. By integrating with the live package, you can push notifications to clients for instant updates.

Why Integrate?

Architecture

Server Setup

Step 1: Create Both Servers

Step 2: Notify on Push

Client Setup (JavaScript)

Complete Example

Server

Client HTML

Best Practices

1. Use Live as Accelerator, Not Requirement

Sync should work without Live via polling:

2. Match Scopes to Topics

3. Deduplicate Client-Side