original source is http://www.instructables.com/id/Creating-a-Chat-Server-Using-Java/
I tested that code, but that doesnot work. I rewrite many part of that.
You can use your own lisk.
I feel weird about class named ServerThread
is in client
package (also ClientThread
is in server
package).
I'm not native English speaker. Correct my English welcome.
Field private Scanner userInputScanner; in Client class isn't used at all ?
and Field private boolean isAlive; in ServerThread class isn't used
am I wright ?