resopollution
resopollution

Reputation: 20350

websockets protocols?

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!

Upvotes: 3

Views: 3081

Answers (2)

Jonas
Jonas

Reputation: 128797

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

Upvotes: 5

lunixbochs
lunixbochs

Reputation: 22395

What browsers support HTML5 WebSocket API?

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

https://datatracker.ietf.org/doc/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.

Upvotes: 2

Related Questions