Simple Server Client Messaging Experiment
This is a simple java based server/client combo that allows several clients to connect and communicate with a server. This was written as an experiment, mostly to verify that I could do it in java. I am posting it because it has examples of swing, threading, server and client sockets etc. I hope this code can help someone understand this stuff as it helped me. I hope to comment it and extend its functionality as well as abstract the console system that the client uses so the server can use it too. This is an offshoot of the hostage project I'm building for software engineering.
https://sourceforge.net/projects/hostagerescue/


