Skip to content

januaryofmine/chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation


Chat Application

A real-time chat application built using React, Nestjs, MongoDB, and Socket.io which allows for communciation between multiple users inside of a chatroom

Table of contents

General info

Chat-Application is a real-time chat application built using React, Nest.js, and Socket.io which allows for communciation between multiple users inside of a chatroom.

Setup

Clone project into desired directory and ensure Node.js is installed.

cd server
npm install
cd client
npm install

Once the dependencies have been installed, initialize the server, followed by the client:

cd server
npm run start:dev
cd client
npm start

Technologies

Server

Client

Structure

root/
└── 📔 client
└── 📒 server
└── README.md

Features

  • Support multiple user connections
  • Support UI Mobile
  • Create various chatrooms with different users
  • Chat in real-time