https://github.com/heathlogancampbell/sharing-dom-experiment
Having two clients share the same screen, alike to sharescreening but for websites
https://github.com/heathlogancampbell/sharing-dom-experiment
cobrowse dom shareddom sharescreen website
Last synced: 4 months ago
JSON representation
Having two clients share the same screen, alike to sharescreening but for websites
- Host: GitHub
- URL: https://github.com/heathlogancampbell/sharing-dom-experiment
- Owner: HeathLoganCampbell
- License: mit
- Created: 2019-05-27T11:27:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:15:33.000Z (over 3 years ago)
- Last Synced: 2025-07-08T23:41:19.178Z (12 months ago)
- Topics: cobrowse, dom, shareddom, sharescreen, website
- Language: JavaScript
- Size: 795 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sharing Dom Experiment
Idea: We have an website that we are interacting with and mulitple others viewing this interaction
# How to Run
```
npm i
node server.js
```
Connect to [http://localhost:3000](http://localhost:3000) for the recorded screen and then on another tab
connect to [http://localhost:3000/player](http://localhost:3000/player) to watch that screen live.
Any changes done to the recorder, will update the player.