How can I make a browser to browser (peer to peer) connection?
How can I write a website using HTML5, CSS and JavaScript on client side that will allow direct tcp/ip connection between the client browsers once the page is loaded. I need to do this to to reduce latency since the site will require that the input from one of the users to be transmitted to … Read more