Skip to content

This is a straightforward realtime chat application created using React for the frontend and Node.js with Socket.IO for the backend. Users have the ability to join distinct chat rooms and engage in realtime communication.

Notifications You must be signed in to change notification settings

florian-catalin-elisei/realtime-chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Realtime Chat Application

This is a realtime chat application built using React for the frontend and Node.js with Socket.IO for the backend. Users can join different chat rooms and communicate with each other in realtime.

Installation

Install my project with npm

  1. Clone the repository to your local machine:
  git clone https://github.com/florian-catalin-elisei/realtime-chat-application.git
  1. Navigate to the project directory:
  cd realtime-chat-application

I. Frontend

  1. Navigate to the client directory:
  cd client
  1. Install the dependencies:
  npm install
  1. Start the development server:
  npm start

II. Backend

  1. Navigate to the server directory:
  cd server
  1. Install the dependencies:
  npm install
  1. Start the Node.js server:
  npm start

About

This is a straightforward realtime chat application created using React for the frontend and Node.js with Socket.IO for the backend. Users have the ability to join distinct chat rooms and engage in realtime communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages