I´m going crazy with socket.io! Documentation is so bad it\'s simply not true.
I want to send a feedback to specific client over socket.io
My server side loo
First of all, you cannot use socket.id on client side.
socket.id
And then change the line
var socket = io.connect('http://localhost:80/socket.io/socket.io.js');
to
var socket = io.connect('http://localhost:80/');