Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var io = require('socket.io'); var socket = io.connect('http://localhost');
投掷TypeError: Object #<Object> has no method 'connect'
TypeError: Object #<Object> has no method 'connect'
我究竟做错了什么?
编辑:更多信息:使用 node.js。安装了socket.ionpm install socket.io
npm install socket.io
用来node test.js运行。
node test.js
var socket = io.connect('你的主机');
这是在 index.html 文件中的 js 标记中声明的 javascript 代码的一部分。意味着这是在客户端机器上运行的代码。
仔细查看http://socket.io/#how-to-use