You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var address = socket.handshake.address;
console.log("New connection from " + address.address + ":" + address.port);
above code to display at command prompt.
how do i display the same ipddress in html page.