Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:15:33.000Z (about 2 years ago)
- Last Synced: 2024-05-01T15:19:37.879Z (9 months ago)
- Topics: cobrowse, dom, shareddom, sharescreen, website
- Language: JavaScript
- Size: 795 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- 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.