Possible Duplicate:
What browsers support HTML5 WebSocket API?

Anybody knows what browsers support html5 websocket? Thanks!

link|improve this question

29% accept rate
Your low accept rate does not encourage people to answer your questions. Please read this as to why it's important to you and stackoverflow to accept your answers: meta.stackoverflow.com/questions/5234/… – Gray Apr 10 at 13:16
Any chance you would consider changing your accepted answer to this question? The community disagrees with your accepted answer. Thanks. – Gray Apr 10 at 13:16
feedback

closed as exact duplicate by Bill the Lizard May 4 at 0:03

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

6 Answers

Keep an eye on this page on wikipedia Comparison of layout engines HTML 5.

Another good resource: http://caniuse.com/#search=websocket

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.

Update 2009-Dec-11: Google Chrome developer channel release 4.0.249.0 now supports web sockets.

link|improve this answer
feedback

The awesome Can I Use it is a great resource for HTML5 new features support which covers all popular browsers.

Please also refer my article on CodeProject: http://www.codeproject.com/KB/HTML/Web-Socket-in-Essence.aspx

link|improve this answer
+1 for caniuse. – banzaimonkey Jan 28 at 22:02
feedback

Google Chrome supports it since December 2009 http://blog.chromium.org/2009/12/web-sockets-now-available-in-google.html

link|improve this answer
feedback

Firefox 4 beta since a couple of days ago.

link|improve this answer
feedback

Safari since yesterday.

link|improve this answer
feedback

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