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

https://github.com/malintha-induwara/chat-app

A Java-based chat application implementing a client-server architecture. Supports multi-threaded communication.
https://github.com/malintha-induwara/chat-app

chat-application java mysql socket-programming

Last synced: 5 months ago
JSON representation

A Java-based chat application implementing a client-server architecture. Supports multi-threaded communication.

Awesome Lists containing this project

README

          

# Chat Applicaiton.

* Chat Applicaiton made using JAVA FX and Socket Programming.

### Login

![1](https://github.com/malintha-induwara/chat-app/assets/60071404/0309427e-d15f-4af1-b594-0d91265561f2)

### Create Account

![5](https://github.com/malintha-induwara/chat-app/assets/60071404/f9984146-2b9b-469a-b0ca-77f84a7759e3)

### Chat
![3](https://github.com/malintha-induwara/chat-app/assets/60071404/6560f6a7-38f5-48e9-8520-7cdaee18c62a)

### Members
![4](https://github.com/malintha-induwara/chat-app/assets/60071404/da6aeed0-c00a-449c-8fc5-04f464155f69)

### How to use this repo
* Open the pom.xml via IntelliJ IDEA
* Make sure to the open it as a project, if prompt
* Reload the pom.xml file via Maven Tool Window
* Create a database using schema and change the username and password of DB Connection.class
* Run Server Launcher
* Run Lancher Wrapper

Enjoy ✨