Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.