Skip to content

Latest commit

 

History

History
executable file
·
40 lines (27 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
40 lines (27 loc) · 1.63 KB

🚀 Realtime Chat App

A simple and efficient realtime chat application built using PieSocket, WebSockets, PHP, MySQL, and JavaScript. Users can create chat rooms, join existing rooms, and chat with other users in real-time.

ℹ️ Note: While you are welcome to use our database for testing purposes, it is recommended that you set up your own database for your own projects

🌟 Features

  • 🚪 User registration and login system
  • 🏠 Create and join chat rooms
  • 💬 Real-time messaging
  • 📢 Room member join and leave notifications

🛠️ Technologies Used

📦 Installation

  1. 📥 Clone the repository or download the source code.
  2. 📚 Import the provided database.sql file into your MySQL server to create the necessary tables.
  3. ⚙️ Update the dbconfig.php file with your MySQL server credentials and connection details.
  4. 🌐 Upload the project files to your web server.
  5. 🌟 Access the application in your browser by navigating to the corresponding URL.

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📜 License

MIT