A real-time chat application built using Node.js, Express, and Socket.IO. Note:Lots of bugs exits . Still developing
-
Clone the repository:
git clone https://github.com/bbinxx/RealTimeChatApp.git
-
Navigate to the project directory:
cd RealTimeChatApp
-
Install dependencies:
npm install
-
Start the server:
npm start
- Visit
http://localhost:3000
to access the application. - Register a new account or log in with existing credentials.
- Navigate to the chat page to start messaging in real-time.
chat-application/
├── controller/
│ └── chatController.js
├── models/
│ ├── firestore_services.js
│ └── user_service.js
├── public/
├── routes/
│ └── profileRoute.js
├── views/
│ ├── chat.ejs
│ ├── error.ejs
│ ├── home.ejs
│ ├── index.ejs
│ ├── login.ejs
│ └── reg.ejs
├── app.js
├── .env
├── package.json
└── README.md