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

https://github.com/paarthmadan/chat-application

A multi-client, java, chat application.
https://github.com/paarthmadan/chat-application

chat chat-application java javafx socket-communication

Last synced: 3 months ago
JSON representation

A multi-client, java, chat application.

Awesome Lists containing this project

README

        

# chat-application
A multi-client, java, chat application.

## Task List
- [x] Configure a simple server, and one-time single-client interaction.
- [x] Client can quit, and new client can connect to server.
- [x] Multiple client interaction with server.
- [x] Disseminate messages received by server to clients.
- [x] Create potential GUI designs
- [x] Create Main Screen UI
- [x] Create Server Creation UI
- [ ] Create Client Joining UI
- [ ] Create Chat Interface UI
- [ ] Implement back-end and front-end
- [ ] Code Review
- [ ] Screenshots
- [ ] GIF Demonstration

## Mockup GUI Designs
#### Main Screen
![alt text](https://raw.githubusercontent.com/paarthmadan/chat-application/master/mockups/main-screen.png)
#### Info Screen
![alt text](https://raw.githubusercontent.com/paarthmadan/chat-application/master/mockups/info-screen.png)