Thursday 19 December 2013

Chat Server|Instant Messanger Networking Project in Java

Chat Server|Instant Messanger Networking Project in Java

Simple chat server that can serve multiple clients using Socket programming and multithreading in Java. Each client can send message to server, which then broadcasts the message to all other clients currently connected.
Each Client can Connect to a different Client and make individual chatting. Each client is identified by a name, which is taken from user at the time of starting the client.

No comments:

Post a Comment