This is a real-time chatting application built with Node.js, Express, Socket.io, and MongoDB. It allows users to send messages and join chat groups in real-time.
- [Features]
- [Installation]
- [Usage]
- [Database Setup]
- [Contributing]
- [License]
- Real-time messaging between users.
- Group chat functionality.
- User authentication and activity tracking.
- Static file serving for assets.
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/chatting-app.git
npm start
// utils/db.js module.exports = { url: 'mongodb://localhost:27017/chatting-app', };
In this project, we utilized HTML, jQuery, CSS, MongoDB, Node.js, and WebSocket.io to create a real-time chat application with seamless communication between clients and the server.