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/
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.