Go to file
Jyotirmoy Bandyopadhayaya 48745b5d7a Project Ready 2021-11-08 14:31:15 +05:30
client Project Ready 2021-11-08 14:31:15 +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 Project Ready 2021-11-08 14:31:15 +05:30

README.md

Realtime-chat-app-using-nodejs

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. Demo: https://chatapp-in.herokuapp.com/

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

Images

signIn page Chat application page