A real-time chat application built using Node.js, HTML, CSS, and JavaScript.
- Real-time communication
- User authentication
- Multiple chat rooms
- Responsive design
Include a link to a live demo or screenshots of your application.
- Node.js and npm installed
-
Clone the repository:
git clone https://github.com/ChilivereRithvik/chat-app.git cd chat-app
Install packages with npm
npm install
Install Socket.io packages
npm install --save socket.io
Install nodemon package to fast relode
npm install -g nodemon
Create a ".env" file in the root directory and add the following:
PORT:3000
To run tests, run the following command
npm run start
If you have any feedback, please reach out to us at chiliveririthvik444@gamil.com