Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 618 Bytes

Chat app using socket.io

An application for one to one chat using socket.io

Technologies

  1. React
  2. Nodejs
  3. Socket.io
  4. Redis

Features

  1. sign in with google
  2. search and add friends
  3. find which of them is online and chat in realtime

Requirements

set up redis server on pc (install)

setup

  1. https://dev.to/sivaneshs/add-google-login-to-your-react-apps-in-10-mins-4del
  2. Create MongoDB project, create user credentials and get connection uri
  3. set env variables
  4. run react app using 'client/npm start'
  5. run node server using 'server/node index.js'