-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to receive/emit to a particular user? #71
Comments
Hi, @harishankards Btw, I've created gitter chat for library discussion. Feel free to join it |
Basically, it's not the client library job to deliver data to the particular user. The server should do that. All clients connected to socket.io have unique ids so the server could identify them. => client emits event (e.g. I'm sure there are tons of info on the internet about this topic. Try googling "chat socket.io". The only difference is on the front-end but it's minor and easy understand how to port existing article examples to If you have any troubles - let me know :) |
I have to close your question because it's not actully issue or bug or feature request. It's not even directly related to |
Hi @probil,
Hope you are doing good. Now, I have a use case for having a pushing notification to the particular user and also in future I might implement chat system.
In that case, I would have to emit/receive data to a particular user right. How would I achieve it with the package? If you could throw me some docs or examples, would be useful.
The text was updated successfully, but these errors were encountered: