view source
Sending message to specific user with socket.io
Sending message to specific user with socket.io is very important feature If you are making Chat application using nodejs and socket.io.When I published Private Chat application, I mentioned that We are not sending a message to the unique socket Instead, we were broadcasting the messages and showing to the specific user that by AngularJs.
Advertisement