I wan to to check if a specific socket is open. I am using socket.io. I assign the socket connection a name like
socket.username = username;
when the connection is made, but is there a way to check if that is open from another connection? Basically checking if a user is online
I hope this makes sense.
Thanks