Is it possible in javascript/HTML5 (no node.js) to make a direct bilateral connection to an UDP server ? There's WebRTC but from want I understand you can't send datagram to a specific server.
My main concern is to make a game that communicates with his server over UDP, so I know the server's address, no need of ICE or such things like that...
Thank you