ShankyTiwari / Sending-message-to-specific-user-with-socket.io

Sending a message to the specific user with socket.io
http://www.codershood.info/2016/01/24/sending-message-specific-user-socket-io/
3 stars 1 forks source link

Mongodb connectivity #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

Can you explain how to make mongodb connection to this chat?

ShankyTiwari commented 4 years ago

Hey @AqsaKh ,

I have already written an article on this, you can read these article with respect to your favorite framework,

AngularJS => https://www.codershood.info/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-1/

Angular => https://www.codershood.info/2017/02/09/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-part-1/

React => https://www.codershood.info/2019/03/31/real-time-private-chatting-app-using-react-nodejs-mongodb-and-socket-io-part-1/