Skip to main content

Show HN: Tab Sharing Without Screencasting https://ift.tt/2MAwIYv

Show HN: Tab Sharing Without Screencasting Hi HN, I've developed a Chrome extension that provides tab-sharing functionality without the use of screencasting. The product works by keeping the DOM on a mirrored page in sync with the driver's display. This is achieved by listening for DOM events on the driver's page and relaying them to the mirror as display instructions (e.g. add/remove a node, change attribute, scroll page, etc.). While the mirrored page gets the DOM structure directly from their peer via a WebRTC connection, the bulk of the resources and visible content (e.g. images, fonts, stylesheets, etc.) are downloaded directly from the site being browsed. There are two significant advantages of this technology: 1) Because each peer is rendering the same DOM with all images downloaded from the same source, they see identical, full-resolution displays of the same web page. In contrast, screencasting over limited bandwidth connections often appears as jerky, low-resolution representations. 2) As the peer-to-peer messages sent to maintain page sync tend to be small, the application does not require significant upload bandwidth and can be more performant for users with slower internet connections. To check it out, you will need to create an account, link up with another user, and install the extension. Instructions for doing this can be found at https://ift.tt/2Byn4iK I hope you give it a try and I'd be eager to hear any thoughts, suggestions, or requests! October 21, 2019 at 11:30AM

Comments

Popular posts from this blog

Launch HN: Simmer (YC W19) – Reviews for Delivery Dishes https://ift.tt/2Y4sD67

Launch HN: Simmer (YC W19) – Reviews for Delivery Dishes Hi HackerNews community! We’re Vaibhav and Richard, founders of Simmer ( https://usesimmer.com ). Simmer aggregates dishes from DoorDash, Caviar, GrubHub, and basically every other delivery platform out there, and tells users the best dishes across the board. We do this by providing dish-level reviews. Users find highly reviewed dishes on Simmer, choose the delivery platform of their liking, and we deep link them into their chosen delivery app. We essentially lead gen to delivery. We started working on Simmer because we loved trying new restaurants, but never knew what to order. Especially, when there’s a 5 page menu. We always asked ourselves, “Why aren’t there ratings for individual dishes?” We launched our app with this restaurant-centric use case (reviews for every dish at every restaurant), but when we rolled out delivery integrations, we realized that users resonated most with the delivery angle. They found it particularly ...