https://github.com/md-emranhossen/real-time-chat-application-with-gui
This is a simple chat application developed using Java Swing for the GUI and socket programming for the communication between the server and clients. The application allows multiple clients to connect to a server and exchange messages in real time.
https://github.com/md-emranhossen/real-time-chat-application-with-gui
gui java javaswing socket-programming
Last synced: 2 months ago
JSON representation
This is a simple chat application developed using Java Swing for the GUI and socket programming for the communication between the server and clients. The application allows multiple clients to connect to a server and exchange messages in real time.
- Host: GitHub
- URL: https://github.com/md-emranhossen/real-time-chat-application-with-gui
- Owner: Md-EmranHossen
- License: mit
- Created: 2024-02-10T20:19:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:54:51.000Z (10 months ago)
- Last Synced: 2025-01-30T16:18:57.605Z (4 months ago)
- Topics: gui, java, javaswing, socket-programming
- Language: Java
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-Application
# Chat Application in JavaThis is a simple chat application developed using Java Swing for the GUI and socket programming for the communication between the server and clients. The application allows multiple clients to connect to a server and exchange messages in real time.
## Features
- Real-time messaging between multiple clients
- Simple and intuitive graphical user interface (GUI) using Java Swing
- Server and client-side implementation using Java sockets## Prerequisites
- Java Development Kit (JDK) installed on your machine