摘要: Note that this is just for Socket.io version 0.7, and possibly higher if they don’t change the API again.I’m writing an iPhone app right now using Pho... 阅读全文
posted @ 2014-10-14 15:46 Liu66~ 阅读(306) 评论(0) 推荐(0) 编辑
摘要: // send to current request socket clientsocket.emit('message', "this is a test");// sending to all clients, include senderio.sockets.emit('message', "... 阅读全文
posted @ 2014-10-14 14:14 Liu66~ 阅读(3722) 评论(0) 推荐(0) 编辑