How to run Websocket in IE

I have a website that I use websocket on . I have to start my site in IE, but IE does not support websocket, is there a way to start websocket in IE?

+3
source share
2 answers

Versions of IE <10 do not support Websockets, but you can use alternative methods such as flash or ajax-longpolling.

I recommend that you use the Framework, so you don’t have to worry about all the cross browser issues. Very good foundation for this socket.io

Edit 2017: this will probably no longer be a problem, since websockets are now mostly supported in all directions .

+3

-, Chrome, Firefox IE ( ) " Websocket" . - .

, "(UPDATE: Demo on MSIE)" . , google, - IE.

0

All Articles