mehulk05 / Chat-app-using-Nodejs

Chat app using Node js.Using socket .io how we made our chat app without a database
https://chatapp-using-node.herokuapp.com/
15 stars 15 forks source link

Joining after joining causes crashes #4

Open spsquared opened 2 years ago

spsquared commented 2 years ago
socket.emit('join', { username, room });
spsquared commented 2 years ago

image Please add some checks to make the program more robust