prologin.mdbsync.client module

Client library for the MDBSync service. Provides a simple callback based API for sync clients, and exposes a function to send an update to a MDBSync server, which will get redistributed to all listeners.

The sync clients use Tornado for async long polling.

prologin.mdbsync.client.aio_connect(publish=False)
prologin.mdbsync.client.connect(publish=False)