Skip to content

A Chat Room Application built with advanced Java technologies like JavaFX, JDBC, SQL, and Socket Programming. Features include a user-friendly interface, real-time messaging, multi-threaded support, and efficient data management. Perfect for learning and showcasing Java programming skills in a collaborative software environment.

License

Notifications You must be signed in to change notification settings

gawadx1/chatting-room-by-javafx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room Application

This repository contains a Chat Room Application built using advanced Java technologies. The project is designed to demonstrate the integration of real-time communication, data management, and a user-friendly interface, all implemented using core and advanced Java concepts.

Features

  • Intuitive User Interface: Designed with JavaFX to provide a seamless user experience.
  • Real-Time Communication: Implemented using Socket Programming to allow users to send and receive messages in real time.
  • Efficient Data Management: Utilized JDBC and SQL for managing user data, message history, and other persistent data efficiently.
  • Multi-Threaded Interaction: Supports concurrent interactions, enabling multiple users to communicate simultaneously without performance issues.

Technologies Used

  1. JavaFX: For building the graphical user interface.
  2. JDBC: For database connectivity.
  3. SQL: To manage and query data efficiently.
  4. Socket Programming: For implementing the chat's real-time communication features.
  5. Multi-Threading: To optimize the server and client interaction for concurrent users.

Project Highlights

  • Performance Optimization: The server is designed to handle multiple client connections simultaneously using multi-threading, ensuring smooth communication without delays.
  • Collaborative Development: This project provided hands-on experience in collaborative software development, mimicking real-world professional workflows.
  • Skill Development: Improved proficiency in advanced Java programming concepts and practical implementation.

How to Run the Application

  1. Clone the Repository:

    git clone https://github.com/gawadx1/chatting-room-by-javafx.git
    cd chatting-room-by-javafx
  2. Set Up the Database:

    • Import the provided SQL scripts (found in the database folder) to create the necessary database and tables.
    • Update the database connection details in the application.
  3. Build and Run:

    • Use your preferred IDE (e.g., IntelliJ IDEA, Eclipse) to import the project.
    • Compile and run the Server class to start the server.
    • Compile and run the Client class to start the client application.
  4. Test the Application:

    • Start multiple instances of the client application to test real-time communication.

Contributing

Contributions are welcome! If you have ideas to improve this project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.


Enjoy using the Chat Room Application! If you have any questions or issues, feel free to reach out.

About

A Chat Room Application built with advanced Java technologies like JavaFX, JDBC, SQL, and Socket Programming. Features include a user-friendly interface, real-time messaging, multi-threaded support, and efficient data management. Perfect for learning and showcasing Java programming skills in a collaborative software environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages