Does google chrome frame support websocket?
Does google chrome frame support websocket?
1.7k Views Asked by Jourkey At
2
There are 2 best solutions below
2

Starting in the Google Chrome developer channel release 4.0.249.0, Web Sockets are available and enabled by default. Web Sockets are "TCP for the Web," a next-generation bidirectional communication technology for web applications being standardized in part of Web Applications 1.0. We've implemented this feature as described in our design docs for WebKit and Chromium.
http://blog.chromium.org/2009/12/web-sockets-now-available-in-google.html
The answer is yes, Chrome Frame supports websockets. I'm not sure, but it may also depend on the Chrome version you have installed. I have 5.0.317 and this websockets demo works inside IE.