摘要:
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... 阅读全文
摘要:
// send to current request socket clientsocket.emit('message', "this is a test");// sending to all clients, include senderio.sockets.emit('message', "... 阅读全文