- Client
io.connect('http://localhost:8080?myChannel=eclipse4j');
...
- Server
io.sockets.addListener('connection', function(socket){
console.log(socket.handshake.query.myChannel);
io.connect('http://localhost:8080?myChannel=eclipse4j');
io.sockets.addListener('connection', function(socket){
console.log(socket.handshake.query.myChannel);