Top "Socket.io-1.0" questions

The latest version of Socket.

Sending message to a specific ID in Socket.IO 1.0

I want to sent data to one specific socket ID. We used to be able to do this in the …

socket.io socket.io-1.0
socket.io client connect disconnect

I am unable to figure out why disconnecting / connecting a socket.io connection multiple times is not working ? Server side …

node.js socket.io socket.io-1.0
socket io, node js, Simple example to send image/files from server to client

Is there any plain and straight forward examples on how to serve an image? from server to client? through buffering …

javascript node.js sockets socket.io socket.io-1.0
How to get room's clients list in socket.io 1.0

I can get room's clients list with this code in socket.io 0.9. io.sockets.clients(roomName) How can I do …

node.js socket.io socket.io-1.0
How to send binary data from a Node.js socket.io server to a browser client?

I've been looking through the entire Socket.IO docs, but, even though they promise it is there, I can't find …

javascript node.js websocket socket.io socket.io-1.0
How do I check the version of socket.io and update it

how can I check the version of socket.io that I am using ? and how do I update it if …

socket.io socket.io-1.0
Socket.io connection reverts to polling, never fires the 'connection' handler

I'm trying to add socket.io to my existing node.js app on express. I've added the socket.io library …

node.js sockets socket.io socket.io-1.0
Socket.IO 1.0.x: Get socket by id

In the 0.9.x version, we can get socket by ID like this: io.sockets.socket(socketId) But in 1.0.x we …

node.js socket.io socket.io-1.0
How to store client associated data in socket.io 1.0

The docs say socket.io doesn't support .get .set now Is it okay to store client associated data like io.…

node.js socket.io socket.io-1.0 socket.io-redis
Socket.IO Client How to Connect?

I was following the second example here: https://github.com/socketio/socket.io-client and trying to connect to a website …

javascript node.js websocket socket.io socket.io-1.0