Hello,
Been checking out some standards around the web for instant deploy of web applications (the user needs not to install any plugin, but needs an up to date browser). Totally dig the Javascript and WebGL combo as it is to me the way to deploy applications.
I am interested in a way to communicate via UDP in the browser towards a server.
WebSockets? Seems only TCP
WebRTC? Seems only possible browser to browser but no browser to C++ server.
Node.js? It's a plugin?
Any ideas?
spinningcube