我已经在我的node.js安装上成功运行了socket.io。
info - socket.io started
控制台显示它运行正常,但一旦客户端(浏览器)连接:
socket = io.connect('<my host>:8000');
控制台正在排除一个错误:
crypto.js:123
return new Hash(hash);
^
TypeError: undefined is not a function
at Object.createHash (crypto.js:123:10)
at WebSocket.