Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 604 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 604 Bytes

Java-Chat-Application

This is a simple chat application built in Java, utilizing Java networking for establishing connections and Java Swing for creating the graphical user interface (GUI).

Features

Client-Server Model:

The application follows a client-server architecture allowing multiple clients to connect to a central server to exchange messages.

Real-time Messaging:

Users can send and receive messages in real-time within the chat interface.

Basic UI:

The GUI is created using Java Swing, featuring a text input for sending messages and an area to display the conversation history.