Skip to content

Zubair-KPM/Open_Chat_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat_Application

Overview This is a simple, real-time chat application built using Node.js and Socket.io. Users can join the chat room and send messages to other users in real time. The application can be run locally by installing the necessary dependencies and starting the server.

Features Real-time chat functionality Easy-to-use interface Responsive design for mobile and desktop users Prerequisites Before you get started, ensure you have the following installed on your system:

Node.js (v14.x or above) npm (comes with Node.js)

Installation Clone this repository to your local machine: git clone https://github.com/your-username/your-repository.git

Navigate to the project directory: cd your-repository

Install all required dependencies using npm: npm install

Running the Application After installation, you can start the server by running: node server.js

The application will start on the default port (e.g., http://localhost:3000). Open this URL in your browser to access the chat app.

How to Use Open your browser and go to http://localhost:3000. Enter a username and join the chat room. Start chatting with others in real time! Dependencies This application uses the following libraries:

Express: For server-side functionality Socket.io: For real-time communication EJS: For templating (if applicable)