Chat Application
Getting Started Install Dependencies: Open your terminal and run the following command to install all the required packages:
- npm i
Run the Application:
- If nodemon is installed globally: nodemon index.js
3.Otherwise: node index.js
- Open the Website:
Navigate to the index.html file and open it in your preferred code editor.
If you have the Live Server extension installed in Visual Studio Code, right-click on index.html and select "Open with Live Server."
- Enjoy the Chat:
Your application should now be running, and you can access the chat by visiting the provided URL.