Log #3

August 15, 2020

First working DOM Sync

Features & Improvements

DOM Sync Demo

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.

WebRTC Networking

To facilitate transferring website data, we use WebRTC to establish a data channel between viewer and host.