prologin.mdbsync.server module¶
MDBSync server: sends MDB changes to MDBSync clients.
-
class
prologin.mdbsync.server.SyncServer(pub_secret, sub_secret, port)¶ Bases:
prologin.synchronisation.Server-
get_initial_backlog()¶ Return the initial state of updates as a list.
Users must give an implementation for this method.
-