Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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`