Welcome to BuzzTalk, a sophisticated real-time chatting application designed to offer seamless communication. Whether you're building a community, collaborating with a team, or just chatting with friends, BuzzTalk provides a robust platform to stay connected.
BuzzTalk is a cutting-edge real-time chat application built to facilitate instant communication. Leveraging modern web technologies, it ensures fast, reliable, and secure messaging. Its responsive design guarantees a consistent user experience across different devices, making it perfect for personal and professional use alike.
- Real-time Messaging: Instant updates without the need for page refreshes.
- User Authentication: Secure sign-up and login functionality.
- Scalability: Optimized to handle a large number of simultaneous users.
- Responsive Design: Usable on any device, ensuring a consistent experience across desktop and mobile.
- Customizable: Easy to modify and extend according to your needs.
-
Frontend:
- Vite
- React.js
- Tailwind CSS
-
Backend:
- Node.js
- Express.js
-
Database:
- MongoDB
-
Real-time Communication:
- Socket.io
To set up the project locally, follow these steps:
- Node.js (v14 or higher)
- MongoDB
-
Clone the repository:
git clone https://github.com/Skb3611/BuzzTalk-Realtime-chatting-application.git cd BuzzTalk-Realtime-chatting-application
-
Install dependencies:
npm install
-
Configure the environment variables:
Create a
.env
file in the root directory and add your MongoDB connection string and any other necessary environment variables:MONGO_URI=your_mongodb_connection_string PORT=3000
-
Start the development server:
npm run dev
The application should now be running on
http://localhost:3000
.
-
Join a Chat Room: Enter an existing chat room or create a new one.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or issues, please open an issue on GitHub or contact us at shubhambhilare4899223@gmail.com
Thank you for using BuzzTalk! We hope it enhances your communication experience.