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

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.

Awesome Lists containing this project

README

        

# Chat-Application
# Chat Application in Java

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.

## 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