Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhashim6/java-chat
java TCP Server/Client chat app (2016)
https://github.com/mhashim6/java-chat
chat java javafx tcp
Last synced: about 1 month ago
JSON representation
java TCP Server/Client chat app (2016)
- Host: GitHub
- URL: https://github.com/mhashim6/java-chat
- Owner: mhashim6
- Created: 2018-03-23T17:47:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T12:01:18.000Z (about 2 years ago)
- Last Synced: 2024-11-15T07:33:16.685Z (3 months ago)
- Topics: chat, java, javafx, tcp
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Chat
java TCP Server/Client chat app (2016) \
Later on in life I found out that I actually implemented my own websocket layer. I didn't know at the time the concept of websockets. It makes me grin everytime. \
I wrote this to apply my understanding of the book: [Introduction to Java Programming](https://www.amazon.com/Intro-Java-Programming-Comprehensive-Version/dp/0133761312).
It covers `concurrency`, `TCP Sockets`, `Design Patterns`, `Java Swing`