How can I write a site using HTML5, CSS and JavaScript on the client side that will allow a direct tcp / ip connection between client browsers after the page loads .
I need to do this in order to reduce latency, since the site will require that the input from one of the users be transferred to the other user as soon as possible, so sending data from client A to the server and then to client B is not a good option.
I read previous posts on this, but there were no working solutions / examples that I could find. From what I read, a direct connection between clients can be made using plugins like Silverlight, Java or Flash.
Is there any solution that does not require plugins? I would like to use only JavaScript.
javascript html5 p2p tcp tcp-ip
Răzvan Flavius Panda Aug 11 2018-11-11T00: 00Z
source share