An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Nexus Chat
Screenshot 1
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

![Screenshot 1](screenshots/1.png)
![Screenshot 2](screenshots/2.png)
![Screenshot 3](screenshots/3.png)
![Screenshot 3](screenshots/4.png)
![Screenshot 3](screenshots/5.png)

## 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.