Socket.io does not work on Internet explorer 9

59 views
Skip to first unread message

Felipe Moreira

unread,
Aug 29, 2016, 6:37:27 PM8/29/16
to nodejs
Hi.

I tried everything, but no success. Someone could help me ?

Thanks.

Felipe Moreira

unread,
Aug 30, 2016, 9:26:46 AM8/30/16
to nodejs
I tried set the server:

io.set('transports', [
     'websocket'
   , 'flashsocket'
   , 'htmlfile'
   , 'xhr-polling'
   , 'jsonp-polling'
 ]);

and the client
var socket = io.connect('http://192.168.0.115:7700', {
transports: ['websocket', 'flashsocket', 'htmlfile', 'xhr-multipart', 'xhr-polling', 'jsonp-polling'],
rememberTransport: false
});

But no success.

Kelvin Knighton

unread,
Aug 31, 2016, 12:26:03 AM8/31/16
to nodejs

Link:

seeing that he is the one that implemented ie9 &socket.io 
Reply all
Reply to author
Forward
0 new messages