views:

360

answers:

2

I couldn't find this online so I thought I'd ask here.

What protocols can be used by websockets currently? (in chrome)

Also does chrome or any other browser plan to support RUDP protocol for websockets eventually?

Thanks in advance!

+1  A: 

http://stackoverflow.com/questions/1253683/websocket-for-html5

http://blog.chromium.org/2009/12/web-sockets-now-available-in-google.html

http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-55

Also of note, it appears someone created a Flash WebSockets proxy so you can extend your clientbase to anyone with Flash, as well as existing Chrome users.

lunixbochs
+2  A: 

WebSocket is the protocol. See the Internet-Draft. And it's not using UDP.

Jonas