const name = prompt("Enter your name"); socket.emit(\'new-user-joined\',name);
I am making realtime chat application and here where i emi