/Java-Chat

java TCP Server/Client chat app (2016)

Primary LanguageJava

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.
It covers concurrency, TCP Sockets, Design Patterns, Java Swing