When I broadcast message sender client also get notification from NodeJs here is my code, any chance why send get notification
socket.on('Room', function(data) {
console.log(' Room : '+data);
socket.broadcast.emit('Room', {'Room': 'Room'});
});