Skip to content

This is a open Source Express app for providing featuer of real time chatting, this application is hosted on Heroku. In this socket.io is used for real time message update.

Notifications You must be signed in to change notification settings

ankurrai1/web-chatting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB-CHATTING-APP


basic web-chatting-app allow to login and register with jwt auth. after login and register a user can find new user and groups to start chatting

This is the open source express js based app to example of basic chatting feature in MERN-Stack.

Installation

Requirements

  • Node
  • npm

Instruction

For First Time Starting Client And Backend separately.

  • clone repo

  • Go client directory

    npm install
    
    npm start
    
  • Go backend directory

    npm install
    
    npm start
    

to start server

cd backend

npm start

to Start Recat app

cd client

npm start

About

This is a open Source Express app for providing featuer of real time chatting, this application is hosted on Heroku. In this socket.io is used for real time message update.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published