https://github.com/ronakbediya310/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).
https://github.com/ronakbediya310/java-chat-application
java javanetworking swing
Last synced: 8 days ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/ronakbediya310/java-chat-application
- Owner: ronakbediya310
- Created: 2023-12-15T06:31:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T06:57:56.000Z (over 2 years ago)
- Last Synced: 2025-03-02T17:34:53.449Z (over 1 year ago)
- Topics: java, javanetworking, swing
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.