TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Interbrowser Communication without going through Server

1 pointsby marescaabout 12 years ago
Is there a library that does communication in javascript between browsers without having to go through a central server? All I could find was this: http://www.w3.org/TR/webrtc/

1 comment

marescaabout 12 years ago
So far, I've found these links:<p><a href="http://stackoverflow.com/questions/15529106/webrtc-howto-peerconnection-via-lan-with-2-browsers" rel="nofollow">http://stackoverflow.com/questions/15529106/webrtc-howto-pee...</a><p><a href="http://www.leggetter.co.uk/real-time-web-technologies-guide" rel="nofollow">http://www.leggetter.co.uk/real-time-web-technologies-guide</a><p>But nothing without going through a central server.