/chatapp

Primary LanguageJavaScript

chatapp

Server

  • You need to have node and npm installed in your machine.
  • open up your teminal or command prompt go to the directory chat
  • Do install all dependencies using
             npm install
             npm install -g nodemon
             npm start
    Your server will be setup and ready for use.

UI

  • Go to browser and type localhost:8080 in place of url.
  • Register user by giving basic details.
  • Login from the same screen.
    Note: Handle should be unique for every user.