I want to build a private chat, built into an app I'm developing. Assuming there will be thousands of users, what should I use to build a private chat between two users? Pretty much identical to how dating/swiping apps have private chats.
I am using Node.JS(npm packages), React, MongoDB. So I will need to pull two users out of MongoDB and allow them to chat with each other. I read into socket.io - I feel like there is a better/more efficient way to get this done...
Please, all suggestions are welcome! Need help!!
via Mike
No comments:
Post a Comment