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.
- Host: GitHub
- URL: https://github.com/paarthmadan/chat-application
- Owner: paarthmadan
- Created: 2017-05-06T23:48:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T05:57:16.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T07:52:00.194Z (4 months ago)
- Topics: chat, chat-application, java, javafx, socket-communication
- Language: Java
- Size: 563 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

#### Info Screen
