Wednesday, 12 April 2017

Friend Based System in Node.js

So I currently have a real-time chat application up and running with node and socket.io. What I would like to do from here is let users create an account and search for other users based on their usernames. Then, they can add them as a friend via request to start chatting.

I have looked around the web to try and answer this question, but cannot find any solid starting point. I am brand new to node.js, express, and socket.io, and would love some help with this issue.

If you could point me in the right direction as to how I can create a friend based system using node, that would be amazing. Thanks!



via jblew

No comments:

Post a Comment