jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Can I share a screen with a headless browser using together.js? #1108

Open snoblenet opened 8 years ago

snoblenet commented 8 years ago

I want to run a headless browser on the server within my Rails app. I want so share that browser's session with a web page in my app that users access through an iFrame in another web page in my app.

So for example:

I'm wondering if I might be able to achieve this using this. However, I'm guessing this would involve me embarking on a lengthy process of development, so before I dig too far into this potential rabbit warren, can I ask: is something like this even possible?