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
- 🚪 User registration and login system
- 🏠 Create and join chat rooms
- 💬 Real-time messaging
- 📢 Room member join and leave notifications
- 🍰 PieSocket
- 🌐 WebSockets
- 🐘 PHP
- 🐬 MySQL
- 🚀 JavaScript
- 🎨 HTML
- 🎨 CSS
- 📥 Clone the repository or download the source code.
- 📚 Import the provided
database.sql
file into your MySQL server to create the necessary tables. - ⚙️ Update the
dbconfig.php
file with your MySQL server credentials and connection details. - 🌐 Upload the project files to your web server.
- 🌟 Access the application in your browser by navigating to the corresponding URL.
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.