An application for one to one chat using socket.io
Technologies
- React
- Nodejs
- Socket.io
- Redis
- sign in with google
- search and add friends
- find which of them is online and chat in realtime
set up redis server on pc (install)
- https://dev.to/sivaneshs/add-google-login-to-your-react-apps-in-10-mins-4del
- Create MongoDB project, create user credentials and get connection uri
- set env variables
- run react app using 'client/npm start'
- run node server using 'server/node index.js'