Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 636 Bytes

File metadata and controls

37 lines (19 loc) · 636 Bytes

Chat Application

A real time chat application that allows users to create multiple rooms and share messages.

Technology Stack and Dependencies

  • React.js
  • Node.js
  • socket.io
  • socket.io-client
  • react-router-dom
  • react-emoji

Installation

To install, clone the repository to your preferred location on your machine:

git clone https://github.com/ananthu-16/chat-application-server.git

Next, cd to the directory of the project.

$ cd chat-application-server

Next, install the dependencies for the project using the following command:

$ npm install

then

$npm start

Runs the app in the development mode.