prologin.udbsync.client module

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

The sync clients use Tornado for async long polling.

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