A simple demo app using rrweb and socket.io to visualize remotely changes to the DOM in real-time.
This monorepo is composed by backend and frontend packages.
-
Execute the following commands from the root directory to run up this app:
npm installnpm run benpm run fe
-
Open
http://localhost:3000in many tabs as clients you want. -
Open
http://localhost:3000/sessionsin a separate tab to see the "Active Sessions" screen to visualize real-time updates.