Skip to content

Converse is Socket based chat application that connects users to other users and allows them to exchange text messages in real-time. It offers features like Invite and Request based follower system and offline message handling. Built using React, Node, MySQL, socket.io, Express

Notifications You must be signed in to change notification settings

Sardar1208/converse-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Converse - A Real Time Chat Application

Converse is Socket based chat application that connects users to other users and allows them to exchange text messages in real-time. It offers features like Invite/Request based follower system and offline message handeling

Built using React, Node, MySQL, socket.io, Express

Here are some screenshots

Landing Page

landing_page

Chat Window

chat

Get this running on your local

Prerequisite

  • MySQL (Preferably version 8 and above)
  • Node.js

Installation

Using yarn to install dependencies

cd client
yarn
cd server
yarn

Using npm to install dependencies

cd client
npm install
cd server
npm install

Running the app

Client React App

yarn start-client

Server

cd server
node index.js

About

Converse is Socket based chat application that connects users to other users and allows them to exchange text messages in real-time. It offers features like Invite and Request based follower system and offline message handling. Built using React, Node, MySQL, socket.io, Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published