Go to file
Jyotirmoy Bandyopadhayaya 10bcaa7ad5 Domian Updt 2021-12-20 01:35:31 +05:30
client Domian Updt 2021-12-20 01:35:31 +05:30
server Project Ready 2021-11-08 14:31:15 +05:30
LICENSE Project Ready 2021-11-08 14:31:15 +05:30
README.md Update README.md 2021-11-08 14:32:34 +05:30

README.md

Bravo68web's IRC

Socket.io Javascript Javascript

A simple Real-time chat application using Nodejs and Socket.io. Here users can create rooms and share the link with others to invite them.

Pre-Requisites

  • Socket.io: A javascipt library used for real time communication between services
  • NodeJs: Used for backend
  • ReactJS: Used for frontend

Installation

  • Clone the entire repository to a new folder
  • Open the terminal in the above folder and run the command npm install. This will install all the required dependencies
  • Now Enter the command npm start to start the server
  • To start the client server go to client/ directory and type the command npm start