Does google chrome frame support websocket?
            Asked
            
        
        
            Active
            
        
            Viewed 1,707 times
        
    2 Answers
4
            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.
        Tihauan
        
- 2,780
 - 2
 - 26
 - 29
 
0
            
            
        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
        Georg Fritzsche
        
- 97,545
 - 26
 - 194
 - 236
 
        Anurag
        
- 140,337
 - 36
 - 221
 - 257
 
- 
                    1Yeah I know, but what about chrome frame? – Jourkey Feb 19 '10 at 07:08
 - 
                    @Michael This picture is worth 50 words, literally. @Jourkey Check the latest available version of Chrome Frame. If it's >= 4.0.249.0, then it has WebSockets support. – Anurag Feb 19 '10 at 18:28