simonewebdesign / real-time-web-chat

A chat server and client built with Node, Socket.io, Express and MongoDB. Hosted on OpenShift
3 stars 0 forks source link

Nickname clashes should not be allowed #7

Closed simonewebdesign closed 11 years ago

simonewebdesign commented 11 years ago

Maybe we can just add the socket ID immediately after the nickname, so that we can actually allow nickname clashes.

simonewebdesign commented 11 years ago

Will fix with #10