vote up 1 vote down star

Anybody knows what browsers support html5 websocket? Thanks!

flag

24% accept rate

2 Answers

vote up 5 vote down

Keep an eye on this page on wikipedia Comparison of layout engines HTML 5. WebSocket isn't there right now, but it should be updated in the near future.

Websockets update: KAAZING is a websockets server which comes with a javascript library to simulate websockets for current browsers: (from the architecture overview)

The current implementation of Kaazing Gateway is based on the HTML 5 standard. Once browsers support full-duplex connectivity, per the HTML 5 specification, there is no need to change any server or client code; applications will automatically take advantage of the native implementations of HTML 5's server-sent events and Web sockets with improved performance.

link|flag
vote up 1 vote down

Not a single one AFAICT (though it could quite easily be "emulated" using Flash and/or Silverlight and/or a Java applet)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.