Socket.io does not work on Firefox & Chrome

后端 未结 3 1073
谎友^
谎友^ 2021-01-15 04:37

I\'m trying to develop a simple chat application. Here is my chat.js file.

var app = require(\'http\').createServer(handler)
, io = require         


        
3条回答
  •  感情败类
    2021-01-15 04:56

    I think this will help to know about the issue, and how it fixes I searched lot for it and finally I got it

    What does "xhr-polling" config do in socket.io?

    thank you

提交回复
热议问题