Skip to content

ChatNow is a real-time messaging application built using React, Node.js, and Socket.IO. It allows users to engage in instant text messaging, supports group chats, and features live updates for message delivery. The application leverages WebSockets for seamless communication and includes features like user authentication, typing indicators.

Notifications You must be signed in to change notification settings

chaitanya1347/ChatNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CHAT NOW

This is a full-stack chat application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

Demo

Check out the live demo: MERN Chat Application Demo

Features

  • Real-time messaging
  • User authentication
  • MongoDB for data storage

Getting Started

To run this project locally, follow these steps:

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm (Node Package Manager)
  • MongoDB (Make sure MongoDB is installed and running locally)

Clone the repository

git clone https://github.com/chaitanya1347/ChatNow.git
cd mern-chat-app

Clone the repository

git clone https://github.com/chaitanya1347/ChatNow.git

Go to the project directory

 cd ChatNow

Install dependencies

  npm install

  cd live-chat/
  npm install

Start the server

Start the server

Start the Client

  //open now terminal
  cd frontend
  npm start

About

ChatNow is a real-time messaging application built using React, Node.js, and Socket.IO. It allows users to engage in instant text messaging, supports group chats, and features live updates for message delivery. The application leverages WebSockets for seamless communication and includes features like user authentication, typing indicators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published