API reference#
domsync.core._Element represents a DOM element, is analogous to the Javascript Element.
domsync.Document represents a DOM document, is analogous to the Javascript Document.
domsync.domsync_server.DomsyncServer is a Websocket server that serves the Python server-side DOM updates to the Browser and receives event messages from the Browser.