Package-level declarations

Types

Link copied to clipboard
class Client

Client that can communicate with the server. It has Documents and sends changes of the documents in local to the server to synchronize with other replicas in remote.

Link copied to clipboard
Link copied to clipboard
data class PresenceInfo(val clock: Int, val data: Map<String, String>)