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
- MySQL (Preferably version 8 and above)
- Node.js
Using yarn to install dependencies
cd client
yarn
cd server
yarn
Using npm to install dependencies
cd client
npm install
cd server
npm install
Client React App
yarn start-client
Server
cd server
node index.js