irc/README.md

992 B

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