Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashishranjan9585/chatapplication

MULTIUSER-CHAT-APPLICATION is build using Java, Swing GUI, JDBC, Multithreading, Socket Programming and Design Patterns.
https://github.com/ashishranjan9585/chatapplication

Last synced: 5 days ago
JSON representation

MULTIUSER-CHAT-APPLICATION is build using Java, Swing GUI, JDBC, Multithreading, Socket Programming and Design Patterns.

Awesome Lists containing this project

README

        

# Multi-Chat-Application

This is a multiuser chatting application developed in Java, utilizing various concepts such as GUI programming, socket programming, JDBC, MySQL, multithreading, and design patterns. The application allows multiple users to connect and communicate with each other in real-time.

# Features
User registration and login: Users can create new accounts and log in to the application.

Chat rooms: Users can join different chat rooms and communicate with other users in the same room.

Real-time messaging: Users can send and receive messages in the chat rooms.

Message BroadCasting: Message from any user is broadcasted to all users/clients.

Persistent data storage: User information(registered users) are stored in a database using JDBC.

# Technologies Used
Java: The core programming language used for developing the application.

Swing: A Java GUI toolkit used for creating the graphical user interface.

Socket Programming: TCP/IP sockets are used for network communication between the client and server.

JDBC (Java Database Connectivity): Used for connecting and interacting with the database.

Multithreading: Multiple threads are utilized to handle simultaneous client connections and improve performance.

Window Builder: A powerful and popular GUI designer tool for Java applications.

Design Patterns: Various design patterns such as Singleton, Observer, and Factory may be used to enhance the application's structure and maintainability.

# Screen-Shots
## Login

![login](https://github.com/ashishranjan9585/ChatApplication/assets/107981335/d5e14074-2c2d-4afa-a352-b920d5d0169c)

## DashBoard-Screen

![lg2](https://github.com/ashishranjan9585/ChatApplication/assets/107981335/f3690720-9a60-4dd3-b4a8-bfb5ee43d7ee)

## Chatting

![Screenshot (646)](https://github.com/ashishranjan9585/ChatApplication/assets/107981335/f39788b8-9e18-4b2a-8edb-409f658d3948)

## DataBase-> All the user info

![databases](https://github.com/ashishranjan9585/ChatApplication/assets/107981335/d13147f2-a28b-4bf3-b275-ccea9793704e)