it will teach u the basic node js chat application | runs on localhost:3000 |
This is a simple chat application using Node.js, Express, and Socket.io.
Follow these steps to run the application locally:
-
Install Node.js: Download Node.js
-
Clone the repository:
git clone https://github.com/your-username/chat-application.git
-
Navigate to the Project Directory:
cd chat-application
-
Install Dependencies:
npm install
-
Run the Application:
node server.js
Open Your Browser:
Go to http://localhost:3000 to access the chat application.