real time chat app with user online-offline and typing status (This project is my playground. I'm testing new methods, refactoring old codes etc)
A real-time chat application that allows users to send messages, and images instantly. It provides various features such as online-offline status, sent-seen-delivered status indicators, typing status, and more.
Clone the project
git clone https://github.com/ruveydayilmaz/realtime-chat-app.git
Go to the server directory
cd realtime-chat-app/server
Install dependencies
npm install
Start the server
npm start
Open another terminal and go to the client directory
cd realtime-chat-app/client
Install dependencies
npm install
Start the client
npm start
Client: Javascript, React
Server: Node, Express, MongoDB