HTML, CSS, JavaScript
Initiate Browser UDP or TCP connection?
After a fair amount of reading, I think all of hte current development into initiating a TCP or UDP connection to server is NOT possible. So now I wonder what is the best way to get around this limitation which seems to have been put into place for client security reasons.
What about WebRTC? I can run that in the client but don't understand how I would go about initiating a TCP or UDP connection. Do I first need to cerate a server to relay the stream or just make the connection.
Must admin, I'm a bit lost at this point.
