Skip to content

Simple Real Time Chat Application using React JS , Node JS and Socket.io for building the Connection between the Client and Server.

Notifications You must be signed in to change notification settings

SattyamSamania/Real-Time_Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time_Chat-Application

  • This repository contains a simple chat application developed using React.js for the front end and Node.js with Express for the back end. The application allows users to communicate in real-time via text messages in a web browser using Socket.io Library.

Installation

To run this application locally, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/SattyamSamania/Real-Time_Chat-Application.git
  1. Navigate into the cloned repository:
cd Real-Time_Chat-Application
  
  1. Navigate into the client directory and install the dependencies for the front end:
cd client
cd chat-app
npm install

Usage

After installing the dependencies, you can start the server by running the following command from the root directory:

npm run dev

Once the server is running, open your web browser and go to http://localhost:5173.

To Start Backend Server

  1. Navigate into the server directory and install the dependencies for the Backend:
cd server 
npm install 
  1. To start the Server you can run this command:
npm start

Head over to http://localhost:4000 to see the Running Server.

About

Simple Real Time Chat Application using React JS , Node JS and Socket.io for building the Connection between the Client and Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published