simple-server-client-messaging-experiment
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/
-
Cloning this repository:
git clone git://gitorious.org/simple-server-client-messaging-experiment/simple-server-client-messaging-experiment.git simple-server-client-messaging-experiment cd simple-server-client-messaging-experiment
Add this repository as a remote to an existing local repository:
git remote add simple-server-client-messaging-experiment git://gitorious.org/simple-server-client-messaging-experiment/simple-server-client-messaging-experiment.git git fetch simple-server-client-messaging-experiment git checkout -b my-local-tracking-branch simple-server-client-messaging-experiment/master_or_other_branch
- Branches:
- master
Activities 
-
Friday October 22 2010
-
Commit
20:56
trrichard started development of simple-server-client-messaging-experiment/simple-server-client-messaging-experiment
-
Commit
20:55
-
Repository
20:55
trrichard created repository simple-server-client-messaging-experiment in Simple Server Client Messaging Experiment
This is a simple java based server/client combo that allows several clients to connect and commun...
-

