NodeJS socket.io HTTPS,多个连接而不是一个

时间:2018-03-27 20:50:02

标签: node.js https websocket socket.io

我使用的代码与socket.io简单聊天示例https://github.com/socketio/chat-example相同,但我使用的是https服务器而不是http(工作正常)。

当我到达网址时,而不是按预期建立一个网络套接字连接,它创建了很多,我不明白为什么?它似乎来自HTTPS,但我不明白原因。

console - requests

这是我的代码,如果你想看看它: 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

0 个答案:

没有答案