https://github.com/xyryc/nexus-chat
Nexus Chat is a PHP-based chat application developed using JavaScript for client-side functionality and MySQL and PHP for server-side operations.
https://github.com/xyryc/nexus-chat
javascript messaging-app mysql php php-chat-app
Last synced: 4 months ago
JSON representation
Nexus Chat is a PHP-based chat application developed using JavaScript for client-side functionality and MySQL and PHP for server-side operations.
- Host: GitHub
- URL: https://github.com/xyryc/nexus-chat
- Owner: xyryc
- License: mit
- Created: 2022-09-28T15:55:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T17:57:23.000Z (about 2 years ago)
- Last Synced: 2025-04-14T09:24:12.883Z (about 1 year ago)
- Topics: javascript, messaging-app, mysql, php, php-chat-app
- Language: PHP
- Homepage: https://nexuschat.000webhostapp.com
- Size: 9.87 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nexus Chat
Nexus Chat is a web-based chat application developed using JavaScript for client-side functionality and MySQL and PHP for server-side operations.
## Features
- User authentication and registration
- User search functionality
- Real-time chat functionality
- Persistent message storage in MySQL database
- Responsive design for seamless usage across devices
## Screenshots





## Demo
Check out the live demo of Nexus Chat [here](https://nexuschat.000webhostapp.com/).
## Installation
To run the application locally:
1. Clone this repository: `git clone https://github.com/duskdev17/nexus-chat.git`
2. Set up your MySQL database and update the connection details in `config.php`.
3. Start a local server or use a tool like XAMPP to serve the PHP files.
4. Open `index.html` in your web browser.
## Technologies Used
- JavaScript
- HTML
- CSS
- PHP
- MySQL
- AJAX
- Other dependencies...
## Contributing
Contributions are welcome! Feel free to submit pull requests or open issues if you encounter any bugs or have suggestions for improvements.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.