var io = require('socket.io');
var socket = io.connect('http://localhost');
引发TypeError: Object #<Object> has no method 'connect'
我做错了什么?
编辑:更多信息:使用node.js.已安装带有npm install socket.io
使用node test.js
来运行。
答案 0 :(得分:0)
var socket = io.connect('你的主人');
这是您在index.html文件的js标记中声明的javascript代码的一部分。这意味着这是客户端计算机上的代码。