August 15, 2020
The first working version of DOM Sync, where a viewer is able to see exactly what a host is viewing and receive updates to any changes on the website. Under the hood, this is powered by a DOM serializer and the use of DOM mutation observers.
To facilitate transferring website data, we use WebRTC to establish a data channel between viewer and host.