Alright so I have a C++ game server which I wanna connect to via UDP and Javascript, but I'm not sure how to do that. WebSockets don't seem to work as they only supports TCP and WebRTC doesn't seem to work either for this kind undertaking (at least from what I've read).
I wouldn't mind using technologies that are in beta-stage and therefore not available on all platforms, as as long as they are available in Chrome (Canary).