我使用的代码与socket.io简单聊天示例https://github.com/socketio/chat-example相同,但我使用的是https服务器而不是http(工作正常)。
当我到达网址时,而不是按预期建立一个网络套接字连接,它创建了很多,我不明白为什么?它似乎来自HTTPS,但我不明白原因。
这是我的代码,如果你想看看它: app.js https://github.com/maximeSurmontGH/TP_dev_Web/blob/master/TP9%20Maxime%20SURMONT/app.js
的index.html https://github.com/maximeSurmontGH/TP_dev_Web/blob/master/TP9%20Maxime%20SURMONT/index.html